#66142D

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

Shades of Pohutukawa #66142D

Tints of Pohutukawa #66142D

Color information

#66142D (or 0x66142D) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 2D. RGB value is (102,20,45). Sum of RGB (Red+Green+Blue) = 102+20+45=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #66142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66142D is #99EBD2. Grayscale: #2F2F2F. Windows color (decimal): -10087379 or 2954342. OLE color: 2954342.

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

Color convert

RGB1022045-
CMYK00.800.560.6
HSL341.71º67.21%23.92%-
HSV(B)341.71º80.39%40%-
XYZ6.23.512.83-
YUV47.37126.67166.97-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 20 (8.20% from 255) = 11.98%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=61.08%
G=11.98%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102204500.800.560.6341.7167.2123.92
Hex66142D050383C1564318
Octal14624550120707452610330
Binary11001101010010110101010000111000111100101010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66142D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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