#610F2C

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

Shades of Pohutukawa #610F2C

Tints of Pohutukawa #610F2C

Color information

#610F2C (or 0x610F2C) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 2C. RGB value is (97,15,44). Sum of RGB (Red+Green+Blue) = 97+15+44=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #610F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F2C is #9EF0D3. Grayscale: #2A2A2A. Windows color (decimal): -10416340 or 2887521. OLE color: 2887521.

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

Color convert

RGB971544-
CMYK00.850.550.62
HSL338.78º73.21%21.96%-
HSV(B)338.78º84.54%38.04%-
XYZ5.563.062.68-
YUV42.82128.67166.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 15 (6.25% from 255) = 9.62%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=62.18%
G=9.62%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97154400.850.550.62338.7873.2121.96
Hex61F2C055373E1534916
Octal14117540125677652311126
Binary1100001111110110001010101110111111110101010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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