#610c0f

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

Shades of Pohutukawa #610C0F

Tints of Pohutukawa #610C0F

Color information

#610C0F (or 0x610C0F) is unknown color: approx Pohutukawa. HEX triplet: 61, 0C and 0F. RGB value is (97,12,15). Sum of RGB (Red+Green+Blue) = 97+12+15=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 15 (6.25% from 255 or 12.10% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C0F is #9EF3F0. Grayscale: #252525. Windows color (decimal): -10417137 or 986209. OLE color: 986209.

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

Color convert

RGB971215-
CMYK00.880.850.62
HSL357.88º77.98%21.37%-
HSV(B)357.88º87.63%38.04%-
XYZ5.152.840.73-
YUV37.76115.16170.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 15 (6.25% from 255) = 12.10%
R=78.23%
G=9.68%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97121500.880.850.62357.8877.9821.37
Hex61CF058553E1664e15
Octal141141701301257654611625
Binary110000111001111010110001010101111110101100110100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610c0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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