#66212B

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

Shades of Pohutukawa #66212B

Tints of Pohutukawa #66212B

Color information

#66212B (or 0x66212B) is unknown color: approx Pohutukawa. HEX triplet: 66, 21 and 2B. RGB value is (102,33,43). Sum of RGB (Red+Green+Blue) = 102+33+43=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #66212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66212B is #99DED4. Grayscale: #363636. Windows color (decimal): -10084053 or 2826598. OLE color: 2826598.

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

Color convert

RGB1023343-
CMYK00.680.580.6
HSL351.3º51.11%26.47%-
HSV(B)351.3º67.65%40%-
XYZ6.464.092.73-
YUV54.77121.36161.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=57.30%
G=18.54%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102334300.680.580.6351.351.1126.47
Hex66212B0443A3C15f331a
Octal1464153010472745376332
Binary11001101000011010110100010011101011110010101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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