#661116

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

Shades of Pohutukawa #661116

Tints of Pohutukawa #661116

Color information

#661116 (or 0x661116) is unknown color: approx Pohutukawa. HEX triplet: 66, 11 and 16. RGB value is (102,17,22). Sum of RGB (Red+Green+Blue) = 102+17+22=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661116 is #99EEE9. Grayscale: #2B2B2B. Windows color (decimal): -10088170 or 1446246. OLE color: 1446246.

HSL color Cylindrical-coordinate representation of color #661116: hue angle of 356.47º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661116 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1021722-
CMYK00.830.780.6
HSL356.47º71.43%23.33%-
HSV(B)356.47º83.33%40%-
XYZ5.823.281.09-
YUV42.98116.16170.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 17 (7.03% from 255) = 12.06%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=72.34%
G=12.06%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102172200.830.780.6356.4771.4323.33
Hex6611160534E3C1644717
Octal146212601231167454410727
Binary11001101000110110010100111001110111100101100100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661116; }

 p { color: rgb(102,17,22); }

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

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

 a { background-color: rgb(102,17,22); }

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

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

 span { border-color: rgb(102,17,22); }

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