#611220

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

Shades of Pohutukawa #611220

Tints of Pohutukawa #611220

Color information

#611220 (or 0x611220) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 20. RGB value is (97,18,32). Sum of RGB (Red+Green+Blue) = 97+18+32=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #611220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611220 is #9EEDDF. Grayscale: #2B2B2B. Windows color (decimal): -10415584 or 2101857. OLE color: 2101857.

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

Color convert

RGB971832-
CMYK00.810.670.62
HSL349.37º68.7%22.55%-
HSV(B)349.37º81.44%38.04%-
XYZ5.413.081.68-
YUV43.22121.67166.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 32 (12.89% from 255) = 21.77%
R=65.99%
G=12.24%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97183200.810.670.62349.3768.722.55
Hex611220051433E15d4517
Octal141224001211037653510527
Binary110000110010100000010100011000011111110101011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611220; }

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

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

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

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

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

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

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

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