#610919

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

Shades of Pohutukawa #610919

Tints of Pohutukawa #610919

Color information

#610919 (or 0x610919) is unknown color: approx Pohutukawa. HEX triplet: 61, 09 and 19. RGB value is (97,9,25). Sum of RGB (Red+Green+Blue) = 97+9+25=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610919 is #9EF6E6. Grayscale: #252525. Windows color (decimal): -10417895 or 1640801. OLE color: 1640801.

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

Color convert

RGB97925-
CMYK00.910.740.62
HSL349.09º83.02%20.78%-
HSV(B)349.09º90.72%38.04%-
XYZ5.22.811.19-
YUV37.14121.15170.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=74.05%
G=6.87%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9792500.910.740.62349.0983.0220.78
Hex6191905B4A3E15d5315
Octal141113101331127653512325
Binary1100001100111001010110111001010111110101011101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610919; }

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

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

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

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

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

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

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

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