#610F1C

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

Shades of Pohutukawa #610F1C

Tints of Pohutukawa #610F1C

Color information

#610F1C (or 0x610F1C) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 1C. RGB value is (97,15,28). Sum of RGB (Red+Green+Blue) = 97+15+28=140 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.29% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 97 - color contains mainly: red. Hex color #610F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F1C is #9EF0E3. Grayscale: #292929. Windows color (decimal): -10416356 or 1838945. OLE color: 1838945.

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

Color convert

RGB971528-
CMYK00.850.710.62
HSL350.49º73.21%21.96%-
HSV(B)350.49º84.54%38.04%-
XYZ5.312.971.39-
YUV41120.67167.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.29%
GREEN value IS 15 (6.25% from 255) = 10.71%
BLUE value IS 28 (11.33% from 255) = 20%
R=69.29%
G=10.71%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97152800.850.710.62350.4973.2121.96
Hex61F1C055473E15e4916
Octal141173401251077653611126
Binary1100001111111100010101011000111111110101011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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