#611221

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

Shades of Pohutukawa #611221

Tints of Pohutukawa #611221

Color information

#611221 (or 0x611221) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 21. RGB value is (97,18,33). Sum of RGB (Red+Green+Blue) = 97+18+33=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #611221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611221 is #9EEDDE. Grayscale: #2B2B2B. Windows color (decimal): -10415583 or 2167393. OLE color: 2167393.

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

Color convert

RGB971833-
CMYK00.810.660.62
HSL348.61º68.7%22.55%-
HSV(B)348.61º81.44%38.04%-
XYZ5.423.081.75-
YUV43.33122.17166.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=65.54%
G=12.16%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97183300.810.660.62348.6168.722.55
Hex611221051423E15d4517
Octal141224101211027653510527
Binary110000110010100001010100011000010111110101011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611221; }

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

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

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

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

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

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

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

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