#611824

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

Shades of Pohutukawa #611824

Tints of Pohutukawa #611824

Color information

#611824 (or 0x611824) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 24. RGB value is (97,24,36). Sum of RGB (Red+Green+Blue) = 97+24+36=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #611824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611824 is #9EE7DB. Grayscale: #2F2F2F. Windows color (decimal): -10414044 or 2365537. OLE color: 2365537.

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

Color convert

RGB972436-
CMYK00.750.630.62
HSL350.14º60.33%23.73%-
HSV(B)350.14º75.26%38.04%-
XYZ5.573.322.02-
YUV47.2121.68163.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.78%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=61.78%
G=15.29%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97243600.750.630.62350.1460.3323.73
Hex61182404B3F3E15e3c18
Octal1413044011377765367430
Binary1100001110001001000100101111111111111010101111011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611824; }

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

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

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

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

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

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

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

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