#610A18

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

Shades of Pohutukawa #610A18

Tints of Pohutukawa #610A18

Color information

#610A18 (or 0x610A18) is unknown color: approx Pohutukawa. HEX triplet: 61, 0A and 18. RGB value is (97,10,24). Sum of RGB (Red+Green+Blue) = 97+10+24=131 (17% of max value = 765). Red value is 97 (38.28% from 255 or 74.05% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 97 - color contains mainly: red. Hex color #610A18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610A18 is #9EF5E7. Grayscale: #252525. Windows color (decimal): -10417640 or 1575521. OLE color: 1575521.

HSL color Cylindrical-coordinate representation of color #610A18: hue angle of 350.34º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610A18 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB971024-
CMYK00.900.750.62
HSL350.34º81.31%20.98%-
HSV(B)350.34º89.69%38.04%-
XYZ5.22.821.14-
YUV37.61120.32170.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 74.05%
GREEN value IS 10 (4.30% from 255) = 7.63%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=74.05%
G=7.63%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97102400.900.750.62350.3481.3120.98
Hex61A1805A4B3E15e5115
Octal141123001321137653612125
Binary1100001101011000010110101001011111110101011110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610A18; }

 p { color: rgb(97,10,24); }

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

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

 a { background-color: rgb(97,10,24); }

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

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

 span { border-color: rgb(97,10,24); }

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