#610F19

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

Shades of Pohutukawa #610F19

Tints of Pohutukawa #610F19

Color information

#610F19 (or 0x610F19) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 19. RGB value is (97,15,25). Sum of RGB (Red+Green+Blue) = 97+15+25=137 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.80% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 97 - color contains mainly: red. Hex color #610F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610F19 is #9EF0E6. Grayscale: #282828. Windows color (decimal): -10416359 or 1642337. OLE color: 1642337.

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

Color convert

RGB971525-
CMYK00.850.740.62
HSL352.68º73.21%21.96%-
HSV(B)352.68º84.54%38.04%-
XYZ5.282.951.21-
YUV40.66119.17168.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.80%
GREEN value IS 15 (6.25% from 255) = 10.95%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=70.80%
G=10.95%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97152500.850.740.62352.6873.2121.96
Hex61F190554A3E1614916
Octal141173101251127654111126
Binary1100001111111001010101011001010111110101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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