#66202B

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

Shades of Pohutukawa #66202B

Tints of Pohutukawa #66202B

Color information

#66202B (or 0x66202B) is unknown color: approx Pohutukawa. HEX triplet: 66, 20 and 2B. RGB value is (102,32,43). Sum of RGB (Red+Green+Blue) = 102+32+43=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 32 (12.89% from 255 or 18.08% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #66202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66202B is #99DFD4. Grayscale: #363636. Windows color (decimal): -10084309 or 2826342. OLE color: 2826342.

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

Color convert

RGB1023243-
CMYK00.690.580.6
HSL350.57º52.24%26.27%-
HSV(B)350.57º68.63%40%-
XYZ6.434.032.72-
YUV54.18121.69162.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 32 (12.89% from 255) = 18.08%
BLUE value IS 43 (17.19% from 255) = 24.29%
R=57.63%
G=18.08%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102324300.690.580.6350.5752.2426.27
Hex66202B0453A3C15f341a
Octal1464053010572745376432
Binary11001101000001010110100010111101011110010101111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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