#611620

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

Shades of Pohutukawa #611620

Tints of Pohutukawa #611620

Color information

#611620 (or 0x611620) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 20. RGB value is (97,22,32). Sum of RGB (Red+Green+Blue) = 97+22+32=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611620 is #9EE9DF. Grayscale: #2D2D2D. Windows color (decimal): -10414560 or 2102881. OLE color: 2102881.

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

Color convert

RGB972232-
CMYK00.770.670.62
HSL352º63.03%23.33%-
HSV(B)352º77.32%38.04%-
XYZ5.483.221.7-
YUV45.57120.35164.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 22 (8.98% from 255) = 14.57%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=64.24%
G=14.57%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97223200.770.670.6235263.0323.33
Hex61162004D433E1603f17
Octal14126400115103765407727
Binary11000011011010000001001101100001111111010110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611620; }

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

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

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

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

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

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

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

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