#66131C

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

Shades of Pohutukawa #66131C

Tints of Pohutukawa #66131C

Color information

#66131C (or 0x66131C) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 1C. RGB value is (102,19,28). Sum of RGB (Red+Green+Blue) = 102+19+28=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 28 (11.33% from 255 or 18.79% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66131C is #99ECE3. Grayscale: #2C2C2C. Windows color (decimal): -10087652 or 1839974. OLE color: 1839974.

HSL color Cylindrical-coordinate representation of color #66131C: hue angle of 353.49º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #66131C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB1021928-
CMYK00.810.730.6
HSL353.49º68.6%23.73%-
HSV(B)353.49º81.37%40%-
XYZ5.923.371.44-
YUV44.84118.5168.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 28 (11.33% from 255) = 18.79%
R=68.46%
G=12.75%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102192800.810.730.6353.4968.623.73
Hex66131C051493C1614518
Octal146233401211117454110530
Binary11001101001111100010100011001001111100101100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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