#66212A

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

Shades of Pohutukawa #66212A

Tints of Pohutukawa #66212A

Color information

#66212A (or 0x66212A) is unknown color: approx Pohutukawa. HEX triplet: 66, 21 and 2A. RGB value is (102,33,42). Sum of RGB (Red+Green+Blue) = 102+33+42=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #66212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66212A is #99DED5. Grayscale: #363636. Windows color (decimal): -10084054 or 2761062. OLE color: 2761062.

HSL color Cylindrical-coordinate representation of color #66212A: hue angle of 352.17º 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 #66212A is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1023342-
CMYK00.680.590.6
HSL352.17º51.11%26.47%-
HSV(B)352.17º67.65%40%-
XYZ6.444.082.64-
YUV54.66120.86161.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=57.63%
G=18.64%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102334200.680.590.6352.1751.1126.47
Hex66212A0443B3C160331a
Octal1464152010473745406332
Binary11001101000011010100100010011101111110010110000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66212A; }

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

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

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

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

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

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

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

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