#610916

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

Shades of Pohutukawa #610916

Tints of Pohutukawa #610916

Color information

#610916 (or 0x610916) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 16. RGB value is (97,9,22). Sum of RGB (Red+Green+Blue) = 97+9+22=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #610916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610916 is #9EF6E9. Grayscale: #242424. Windows color (decimal): -10417898 or 1444193. OLE color: 1444193.

HSL color Cylindrical-coordinate representation of color #610916: hue angle of 351.14º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610916 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB97922-
CMYK00.910.770.62
HSL351.14º83.02%20.78%-
HSV(B)351.14º90.72%38.04%-
XYZ5.172.791.03-
YUV36.79119.65170.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.78%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 22 (8.98% from 255) = 17.19%
R=75.78%
G=7.03%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9792200.910.770.62351.1483.0220.78
Hex6191605B4D3E15f5315
Octal141112601331157653712325
Binary1100001100110110010110111001101111110101011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610916; }

 p { color: rgb(97,9,22); }

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

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

 a { background-color: rgb(97,9,22); }

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

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

 span { border-color: rgb(97,9,22); }

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