#610D18

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

Shades of Pohutukawa #610D18

Tints of Pohutukawa #610D18

Color information

#610D18 (or 0x610D18) is unknown color: approx Pohutukawa. HEX triplet: 61, 0D and 18. RGB value is (97,13,24). Sum of RGB (Red+Green+Blue) = 97+13+24=134 (17% of max value = 765). Red value is 97 (38.28% from 255 or 72.39% from 134); Green value is 13 (5.47% from 255 or 9.70% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 97 - color contains mainly: red. Hex color #610D18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D18 is #9EF2E7. Grayscale: #272727. Windows color (decimal): -10416872 or 1576289. OLE color: 1576289.

HSL color Cylindrical-coordinate representation of color #610D18: hue angle of 352.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #610D18 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB971324-
CMYK00.870.750.62
HSL352.14º76.36%21.57%-
HSV(B)352.14º86.6%38.04%-
XYZ5.242.91.15-
YUV39.37119.33169.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 72.39%
GREEN value IS 13 (5.47% from 255) = 9.70%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=72.39%
G=9.70%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97132400.870.750.62352.1476.3621.57
Hex61D180574B3E1604c16
Octal141153001271137654011426
Binary1100001110111000010101111001011111110101100000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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