#610C13

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

Shades of Pohutukawa #610C13

Tints of Pohutukawa #610C13

Color information

#610C13 (or 0x610C13) is unknown color: approx Pohutukawa. HEX triplet: 61, 0C and 13. RGB value is (97,12,19). Sum of RGB (Red+Green+Blue) = 97+12+19=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #610C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610C13 is #9EF3EC. Grayscale: #262626. Windows color (decimal): -10417133 or 1248353. OLE color: 1248353.

HSL color Cylindrical-coordinate representation of color #610C13: hue angle of 355.06º 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 #610C13 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB971219-
CMYK00.880.800.62
HSL355.06º77.98%21.37%-
HSV(B)355.06º87.63%38.04%-
XYZ5.182.850.89-
YUV38.21117.16169.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.78%
GREEN value IS 12 (5.08% from 255) = 9.38%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=75.78%
G=9.38%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97121900.880.800.62355.0677.9821.37
Hex61C13058503E1634e15
Octal141142301301207654311625
Binary1100001110010011010110001010000111110101100011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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