#66141C

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

Shades of Pohutukawa #66141C

Tints of Pohutukawa #66141C

Color information

#66141C (or 0x66141C) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 1C. RGB value is (102,20,28). Sum of RGB (Red+Green+Blue) = 102+20+28=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 20 (8.20% from 255 or 13.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66141C is #99EBE3. Grayscale: #2D2D2D. Windows color (decimal): -10087396 or 1840230. OLE color: 1840230.

HSL color Cylindrical-coordinate representation of color #66141C: hue angle of 354.15º 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 #66141C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1022028-
CMYK00.800.730.6
HSL354.15º67.21%23.92%-
HSV(B)354.15º80.39%40%-
XYZ5.943.411.44-
YUV45.43118.17168.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 20 (8.20% from 255) = 13.33%
BLUE value IS 28 (11.33% from 255) = 18.67%
R=68%
G=13.33%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102202800.800.730.6354.1567.2123.92
Hex66141C050493C1624318
Octal146243401201117454210330
Binary11001101010011100010100001001001111100101100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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