#610F1A

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

Shades of Pohutukawa #610F1A

Tints of Pohutukawa #610F1A

Color information

#610F1A (or 0x610F1A) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 1A. RGB value is (97,15,26). Sum of RGB (Red+Green+Blue) = 97+15+26=138 (18% of max value = 765). Red value is 97 (38.28% from 255 or 70.29% from 138); Green value is 15 (6.25% from 255 or 10.87% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 97 - color contains mainly: red. Hex color #610F1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F1A is #9EF0E5. Grayscale: #282828. Windows color (decimal): -10416358 or 1707873. OLE color: 1707873.

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

Color convert

RGB971526-
CMYK00.850.730.62
HSL351.95º73.21%21.96%-
HSV(B)351.95º84.54%38.04%-
XYZ5.292.961.27-
YUV40.77119.67168.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 70.29%
GREEN value IS 15 (6.25% from 255) = 10.87%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=70.29%
G=10.87%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97152600.850.730.62351.9573.2121.96
Hex61F1A055493E1604916
Octal141173201251117654011126
Binary1100001111111010010101011001001111110101100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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