#611520

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

Shades of Pohutukawa #611520

Tints of Pohutukawa #611520

Color information

#611520 (or 0x611520) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 20. RGB value is (97,21,32). Sum of RGB (Red+Green+Blue) = 97+21+32=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611520 is #9EEADF. Grayscale: #2D2D2D. Windows color (decimal): -10414816 or 2102625. OLE color: 2102625.

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

Color convert

RGB972132-
CMYK00.780.670.62
HSL351.32º64.41%23.14%-
HSV(B)351.32º78.35%38.04%-
XYZ5.463.181.69-
YUV44.98120.68165.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=64.67%
G=14%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97213200.780.670.62351.3264.4123.14
Hex61152004E433E15f4017
Octal141254001161037653710027
Binary110000110101100000010011101000011111110101011111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611520; }

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

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

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

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

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

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

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

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