#66142C

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

Shades of Pohutukawa #66142C

Tints of Pohutukawa #66142C

Color information

#66142C (or 0x66142C) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 2C. RGB value is (102,20,44). Sum of RGB (Red+Green+Blue) = 102+20+44=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66142C is #99EBD3. Grayscale: #2F2F2F. Windows color (decimal): -10087380 or 2888806. OLE color: 2888806.

HSL color Cylindrical-coordinate representation of color #66142C: hue angle of 342.44º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66142C is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1022044-
CMYK00.800.570.6
HSL342.44º67.21%23.92%-
HSV(B)342.44º80.39%40%-
XYZ6.183.512.73-
YUV47.25126.17167.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=61.45%
G=12.05%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102204400.800.570.6342.4467.2123.92
Hex66142C050393C1564318
Octal14624540120717452610330
Binary11001101010010110001010000111001111100101010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66142C; }

 p { color: rgb(102,20,44); }

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

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

 a { background-color: rgb(102,20,44); }

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

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

 span { border-color: rgb(102,20,44); }

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