#611924

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

Shades of Pohutukawa #611924

Tints of Pohutukawa #611924

Color information

#611924 (or 0x611924) is unknown color: approx Pohutukawa. HEX triplet: 61, 19 and 24. RGB value is (97,25,36). Sum of RGB (Red+Green+Blue) = 97+25+36=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611924 is #9EE6DB. Grayscale: #2F2F2F. Windows color (decimal): -10413788 or 2365793. OLE color: 2365793.

HSL color Cylindrical-coordinate representation of color #611924: hue angle of 350.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611924 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB972536-
CMYK00.740.630.62
HSL350.83º59.02%23.92%-
HSV(B)350.83º74.23%38.04%-
XYZ5.63.362.02-
YUV47.78121.35163.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 25 (10.16% from 255) = 15.82%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=61.39%
G=15.82%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97253600.740.630.62350.8359.0223.92
Hex61192404A3F3E15f3b18
Octal1413144011277765377330
Binary1100001110011001000100101011111111111010101111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611924; }

 p { color: rgb(97,25,36); }

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

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

 a { background-color: rgb(97,25,36); }

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

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

 span { border-color: rgb(97,25,36); }

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