#611115

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

Shades of Pohutukawa #611115

Tints of Pohutukawa #611115

Color information

#611115 (or 0x611115) is unknown color: approx Pohutukawa. HEX triplet: 61, 11 and 15. RGB value is (97,17,21). Sum of RGB (Red+Green+Blue) = 97+17+21=135 (17% of max value = 765). Red value is 97 (38.28% from 255 or 71.85% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 97 - color contains mainly: red. Hex color #611115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611115 is #9EEEEA. Grayscale: #292929. Windows color (decimal): -10415851 or 1380705. OLE color: 1380705.

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

Color convert

RGB971721-
CMYK00.820.780.62
HSL357º70.18%22.35%-
HSV(B)357º82.47%38.04%-
XYZ5.2731.01-
YUV41.38116.5167.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 71.85%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 21 (8.59% from 255) = 15.56%
R=71.85%
G=12.59%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97172100.820.780.6235770.1822.35
Hex6111150524E3E1654616
Octal141212501221167654510626
Binary11000011000110101010100101001110111110101100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611115; }

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

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

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

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

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

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

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

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