#610B0C

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

Shades of Pohutukawa #610B0C

Tints of Pohutukawa #610B0C

Color information

#610B0C (or 0x610B0C) is unknown color: approx Pohutukawa. HEX triplet: 61, 0B and 0C. RGB value is (97,11,12). Sum of RGB (Red+Green+Blue) = 97+11+12=120 (15% of max value = 765). Red value is 97 (38.28% from 255 or 80.83% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 97 - color contains mainly: red. Hex color #610B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610B0C is #9EF4F3. Grayscale: #242424. Windows color (decimal): -10417396 or 789345. OLE color: 789345.

HSL color Cylindrical-coordinate representation of color #610B0C: hue angle of 359.3º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #610B0C is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB971112-
CMYK00.890.880.62
HSL359.3º79.63%21.18%-
HSV(B)359.3º88.66%38.04%-
XYZ5.122.810.62-
YUV36.83113.99170.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 80.83%
GREEN value IS 11 (4.69% from 255) = 9.17%
BLUE value IS 12 (5.08% from 255) = 10%
R=80.83%
G=9.17%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97111200.890.880.62359.379.6321.18
Hex61BC059583E1675015
Octal141131401311307654712025
Binary110000110111100010110011011000111110101100111101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,11,12); }

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

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

 a { background-color: rgb(97,11,12); }

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

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

 span { border-color: rgb(97,11,12); }

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