#661429

Color #661429 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #661429

Tints of Pohutukawa #661429

Color information

#661429 (or 0x661429) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 29. RGB value is (102,20,41). Sum of RGB (Red+Green+Blue) = 102+20+41=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #661429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661429 is #99EBD6. Grayscale: #2E2E2E. Windows color (decimal): -10087383 or 2692198. OLE color: 2692198.

HSL color Cylindrical-coordinate representation of color #661429: hue angle of 344.63º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #661429 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1022041-
CMYK00.800.600.6
HSL344.63º67.21%23.92%-
HSV(B)344.63º80.39%40%-
XYZ6.133.492.45-
YUV46.91124.67167.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=62.58%
G=12.27%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102204100.800.600.6344.6367.2123.92
Hex6614290503C3C1594318
Octal14624510120747453110330
Binary11001101010010100101010000111100111100101011001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661429; }

 p { color: rgb(102,20,41); }

 H1.HeaderClassName
 {
   color: #661429;
 }
 .AnyTagClassName
 {
   color: #661429;
 }
</style>
background-color css

<style>
 a { background-color: #661429; }

 a { background-color: rgb(102,20,41); }

 div.DivClassName
 {
   background-color: #661429;
 }
 .BgClassName
 {
   background-color: #661429;
 }
</style>
border-color css

<style>
 span { border-color: #661429; }

 span { border-color: rgb(102,20,41); }

 td.TdClassName
 {
   border-color: #661429;
 }
 .TagClassName
 {
   border-color: #661429;
 }
</style>