#611215

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

Shades of Pohutukawa #611215

Tints of Pohutukawa #611215

Color information

#611215 (or 0x611215) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 15. RGB value is (97,18,21). Sum of RGB (Red+Green+Blue) = 97+18+21=136 (18% of max value = 765). Red value is 97 (38.28% from 255 or 71.32% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 97 - color contains mainly: red. Hex color #611215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611215 is #9EEDEA. Grayscale: #2A2A2A. Windows color (decimal): -10415595 or 1380961. OLE color: 1380961.

HSL color Cylindrical-coordinate representation of color #611215: hue angle of 357.72º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611215 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB971821-
CMYK00.810.780.62
HSL357.72º68.7%22.55%-
HSV(B)357.72º81.44%38.04%-
XYZ5.283.031.02-
YUV41.96116.17167.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.32%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 21 (8.59% from 255) = 15.44%
R=71.32%
G=13.24%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97182100.810.780.62357.7268.722.55
Hex6112150514E3E1664517
Octal141222501211167654610527
Binary11000011001010101010100011001110111110101100110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611215; }

 p { color: rgb(97,18,21); }

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

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

 a { background-color: rgb(97,18,21); }

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

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

 span { border-color: rgb(97,18,21); }

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