#662122

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

Shades of Pohutukawa #662122

Tints of Pohutukawa #662122

Color information

#662122 (or 0x662122) is unknown color: approx Pohutukawa. HEX triplet: 66, 21 and 22. RGB value is (102,33,34). Sum of RGB (Red+Green+Blue) = 102+33+34=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #662122 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662122 is #99DEDD. Grayscale: #353535. Windows color (decimal): -10084062 or 2236774. OLE color: 2236774.

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

Color convert

RGB1023334-
CMYK00.680.670.6
HSL359.13º51.11%26.47%-
HSV(B)359.13º67.65%40%-
XYZ6.314.031.96-
YUV53.74116.86162.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=60.36%
G=19.53%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102333400.680.670.6359.1351.1126.47
Hex662122044433C167331a
Octal14641420104103745476332
Binary110011010000110001001000100100001111110010110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662122; }

 p { color: rgb(102,33,34); }

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

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

 a { background-color: rgb(102,33,34); }

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

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

 span { border-color: rgb(102,33,34); }

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