#601421

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

Shades of Pohutukawa #601421

Tints of Pohutukawa #601421

Color information

#601421 (or 0x601421) is unknown color: approx Pohutukawa. HEX triplet: 60, 14 and 21. RGB value is (96,20,33). Sum of RGB (Red+Green+Blue) = 96+20+33=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601421 is #9FEBDE. Grayscale: #2C2C2C. Windows color (decimal): -10480607 or 2167904. OLE color: 2167904.

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

Color convert

RGB962033-
CMYK00.790.660.62
HSL349.74º65.52%22.75%-
HSV(B)349.74º79.17%37.65%-
XYZ5.353.11.75-
YUV44.21121.68164.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=64.43%
G=13.42%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96203300.790.660.62349.7465.5222.75
Hex60142104F423E15e4217
Octal140244101171027653610227
Binary110000010100100001010011111000010111110101011110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601421; }

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

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

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

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

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

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

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

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