#610911

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

Shades of Pohutukawa #610911

Tints of Pohutukawa #610911

Color information

#610911 (or 0x610911) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 11. RGB value is (97,9,17). Sum of RGB (Red+Green+Blue) = 97+9+17=123 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.86% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 17 (7.03% from 255 or 13.82% from 123); Max value from RGB is 97 - color contains mainly: red. Hex color #610911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610911 is #9EF6EE. Grayscale: #242424. Windows color (decimal): -10417903 or 1116513. OLE color: 1116513.

HSL color Cylindrical-coordinate representation of color #610911: hue angle of 354.55º 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 #610911 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB97917-
CMYK00.910.820.62
HSL354.55º83.02%20.78%-
HSV(B)354.55º90.72%38.04%-
XYZ5.132.780.8-
YUV36.22117.15171.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.86%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 17 (7.03% from 255) = 13.82%
R=78.86%
G=7.32%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9791700.910.820.62354.5583.0220.78
Hex6191105B523E1635315
Octal141112101331227654312325
Binary1100001100110001010110111010010111110101100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610911; }

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

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

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

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

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

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

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

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