#601221

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

Shades of Pohutukawa #601221

Tints of Pohutukawa #601221

Color information

#601221 (or 0x601221) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 21. RGB value is (96,18,33). Sum of RGB (Red+Green+Blue) = 96+18+33=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #601221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601221 is #9FEDDE. Grayscale: #2B2B2B. Windows color (decimal): -10481119 or 2167392. OLE color: 2167392.

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

Color convert

RGB961833-
CMYK00.810.660.62
HSL348.46º68.42%22.35%-
HSV(B)348.46º81.25%37.65%-
XYZ5.313.031.74-
YUV43.03122.34165.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=65.31%
G=12.24%
B=22.45%

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
Decimal96183300.810.660.62348.4668.4222.35
Hex601221051423E15c4416
Octal140224101211027653410426
Binary110000010010100001010100011000010111110101011100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601221; }

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

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

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

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

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

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

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

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