#660B1C

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

Shades of Pohutukawa #660B1C

Tints of Pohutukawa #660B1C

Color information

#660B1C (or 0x660B1C) is unknown color: approx Pohutukawa. HEX triplet: 66, 0B and 1C. RGB value is (102,11,28). Sum of RGB (Red+Green+Blue) = 102+11+28=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #660B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660B1C is #99F4E3. Grayscale: #282828. Windows color (decimal): -10089700 or 1837926. OLE color: 1837926.

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

Color convert

RGB1021128-
CMYK00.890.730.6
HSL348.79º80.53%22.16%-
HSV(B)348.79º89.22%40%-
XYZ5.813.151.4-
YUV40.15121.15172.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=72.34%
G=7.80%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102112800.890.730.6348.7980.5322.16
Hex66B1C059493C15d5116
Octal146133401311117453512126
Binary1100110101111100010110011001001111100101011101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B1C; }

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

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

<style>
 a { background-color: #660B1C; }

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

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

<style>
 span { border-color: #660B1C; }

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

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