#662029

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

Shades of Pohutukawa #662029

Tints of Pohutukawa #662029

Color information

#662029 (or 0x662029) is unknown color: approx Pohutukawa. HEX triplet: 66, 20 and 29. RGB value is (102,32,41). Sum of RGB (Red+Green+Blue) = 102+32+41=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #662029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662029 is #99DFD6. Grayscale: #353535. Windows color (decimal): -10084311 or 2695270. OLE color: 2695270.

HSL color Cylindrical-coordinate representation of color #662029: hue angle of 352.29º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #662029 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1023241-
CMYK00.690.600.6
HSL352.29º52.24%26.27%-
HSV(B)352.29º68.63%40%-
XYZ6.44.022.54-
YUV53.96120.69162.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 41 (16.41% from 255) = 23.43%
R=58.29%
G=18.29%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102324100.690.600.6352.2952.2426.27
Hex6620290453C3C160341a
Octal1464051010574745406432
Binary11001101000001010010100010111110011110010110000011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662029; }

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

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

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

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

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

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

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

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