#610809

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

Shades of Pohutukawa #610809

Tints of Pohutukawa #610809

Color information

#610809 (or 0x610809) is unknown color: approx Pohutukawa. HEX triplet: 61, 08 and 09. RGB value is (97,8,9). Sum of RGB (Red+Green+Blue) = 97+8+9=114 (15% of max value = 765). Red value is 97 (38.28% from 255 or 85.09% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 97 - color contains mainly: red. Hex color #610809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610809 is #9EF7F6. Grayscale: #222222. Windows color (decimal): -10418167 or 591969. OLE color: 591969.

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

Color convert

RGB9789-
CMYK00.920.910.62
HSL359.33º84.76%20.59%-
HSV(B)359.33º91.75%38.04%-
XYZ5.072.730.52-
YUV34.72113.49172.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 85.09%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=85.09%
G=7.02%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal978900.920.910.62359.3384.7620.59
Hex618905C5B3E1675515
Octal141101101341337654712525
Binary110000110001001010111001011011111110101100111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610809; }

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

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

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

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

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

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

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

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