#610F2B

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

Shades of Pohutukawa #610F2B

Tints of Pohutukawa #610F2B

Color information

#610F2B (or 0x610F2B) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 2B. RGB value is (97,15,43). Sum of RGB (Red+Green+Blue) = 97+15+43=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #610F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F2B is #9EF0D4. Grayscale: #2A2A2A. Windows color (decimal): -10416341 or 2821985. OLE color: 2821985.

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

Color convert

RGB971543-
CMYK00.850.560.62
HSL339.51º73.21%21.96%-
HSV(B)339.51º84.54%38.04%-
XYZ5.543.062.58-
YUV42.71128.17166.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=62.58%
G=9.68%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97154300.850.560.62339.5173.2121.96
Hex61F2B055383E1544916
Octal14117530125707652411126
Binary1100001111110101101010101111000111110101010100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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