#610F1B

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

Shades of Pohutukawa #610F1B

Tints of Pohutukawa #610F1B

Color information

#610F1B (or 0x610F1B) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 1B. RGB value is (97,15,27). Sum of RGB (Red+Green+Blue) = 97+15+27=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 15 (6.25% from 255 or 10.79% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #610F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F1B is #9EF0E4. Grayscale: #282828. Windows color (decimal): -10416357 or 1773409. OLE color: 1773409.

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

Color convert

RGB971527-
CMYK00.850.720.62
HSL351.22º73.21%21.96%-
HSV(B)351.22º84.54%38.04%-
XYZ5.32.961.33-
YUV40.89120.17168.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 15 (6.25% from 255) = 10.79%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=69.78%
G=10.79%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97152700.850.720.62351.2273.2121.96
Hex61F1B055483E15f4916
Octal141173301251107653711126
Binary1100001111111011010101011001000111110101011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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