#610D11

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

Shades of Pohutukawa #610D11

Tints of Pohutukawa #610D11

Color information

#610D11 (or 0x610D11) is unknown color: approx Pohutukawa. HEX triplet: 61, 0D and 11. RGB value is (97,13,17). Sum of RGB (Red+Green+Blue) = 97+13+17=127 (16% of max value = 765). Red value is 97 (38.28% from 255 or 76.38% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 97 - color contains mainly: red. Hex color #610D11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610D11 is #9EF2EE. Grayscale: #262626. Windows color (decimal): -10416879 or 1117537. OLE color: 1117537.

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

Color convert

RGB971317-
CMYK00.870.820.62
HSL357.14º76.36%21.57%-
HSV(B)357.14º86.6%38.04%-
XYZ5.172.870.81-
YUV38.57115.83169.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 76.38%
GREEN value IS 13 (5.47% from 255) = 10.24%
BLUE value IS 17 (7.03% from 255) = 13.39%
R=76.38%
G=10.24%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97131700.870.820.62357.1476.3621.57
Hex61D11057523E1654c16
Octal141152101271227654511426
Binary1100001110110001010101111010010111110101100101100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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