#661316

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

Shades of Pohutukawa #661316

Tints of Pohutukawa #661316

Color information

#661316 (or 0x661316) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 16. RGB value is (102,19,22). Sum of RGB (Red+Green+Blue) = 102+19+22=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661316 is #99ECE9. Grayscale: #2C2C2C. Windows color (decimal): -10087658 or 1446758. OLE color: 1446758.

HSL color Cylindrical-coordinate representation of color #661316: hue angle of 357.83º 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 #661316 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB1021922-
CMYK00.810.780.6
HSL357.83º68.6%23.73%-
HSV(B)357.83º81.37%40%-
XYZ5.863.351.1-
YUV44.16115.5169.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 71.33%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=71.33%
G=13.29%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102192200.810.780.6357.8368.623.73
Hex6613160514E3C1664518
Octal146232601211167454610530
Binary11001101001110110010100011001110111100101100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661316; }

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

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

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

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

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

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

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

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