#611415

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

Shades of Pohutukawa #611415

Tints of Pohutukawa #611415

Color information

#611415 (or 0x611415) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 15. RGB value is (97,20,21). Sum of RGB (Red+Green+Blue) = 97+20+21=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 21 (8.59% from 255 or 15.22% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #611415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #611415 is #9EEBEA. Grayscale: #2B2B2B. Windows color (decimal): -10415083 or 1381473. OLE color: 1381473.

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

Color convert

RGB972021-
CMYK00.790.780.62
HSL359.22º65.81%22.94%-
HSV(B)359.22º79.38%38.04%-
XYZ5.323.11.03-
YUV43.14115.51166.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 21 (8.59% from 255) = 15.22%
R=70.29%
G=14.49%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97202100.790.780.62359.2265.8122.94
Hex61141504F4E3E1674217
Octal141242501171167654710227
Binary11000011010010101010011111001110111110101100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611415; }

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

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

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

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

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

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

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

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