#600221

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

Shades of Pohutukawa #600221

Tints of Pohutukawa #600221

Color information

#600221 (or 0x600221) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 21. RGB value is (96,2,33). Sum of RGB (Red+Green+Blue) = 96+2+33=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #600221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #600221 is #9FFDDE. Grayscale: #212121. Windows color (decimal): -10485215 or 2163296. OLE color: 2163296.

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

Color convert

RGB96233-
CMYK00.980.660.62
HSL340.21º95.92%19.22%-
HSV(B)340.21º97.92%37.65%-
XYZ5.122.641.68-
YUV33.64127.64172.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 73.28%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 33 (13.28% from 255) = 25.19%
R=73.28%
G=1.53%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9623300.980.660.62340.2195.9219.22
Hex60221062423E1546013
Octal14024101421027652414023
Binary110000010100001011000101000010111110101010100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600221; }

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

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

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

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

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

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

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

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