#611820

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

Shades of Pohutukawa #611820

Tints of Pohutukawa #611820

Color information

#611820 (or 0x611820) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 20. RGB value is (97,24,32). Sum of RGB (Red+Green+Blue) = 97+24+32=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611820 is #9EE7DF. Grayscale: #2E2E2E. Windows color (decimal): -10414048 or 2103393. OLE color: 2103393.

HSL color Cylindrical-coordinate representation of color #611820: hue angle of 353.42º 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 #611820 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB972432-
CMYK00.750.670.62
HSL353.42º60.33%23.73%-
HSV(B)353.42º75.26%38.04%-
XYZ5.523.31.71-
YUV46.74119.68163.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=63.40%
G=15.69%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97243200.750.670.62353.4260.3323.73
Hex61182004B433E1613c18
Octal14130400113103765417430
Binary11000011100010000001001011100001111111010110000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611820; }

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

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

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

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

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

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

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

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