Html Css Color HEX #600221 Pohutukawa

📋 copy color: '#600221'

red 96 ◦ green 2 ◦ blue 33

#600221
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600221

Tints of Pohutukawa #600221

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 value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#600221 (or 0x600221) is known color: 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

RGB 96 2 33 -
CMYK 0 0.98 0.66 0.62
HSL 340.21º 0.96% 0.19% -
HSV(B) 340.21º 0.98% 0.38% -
XYZ 5.12 2.64 1.68 -
YUV 33.64 127.64 172.48 -
System Red Green Blue C M Y K H S L
Decimal 96 2 33 0 0.98 0.66 0.62 340.21 0.96 0.19
Hex 60 2 21 0 62 42 3E 154 60 13
Octal 140 2 41 0 142 102 76 524 140 23
Binary 1100000 10 100001 0 1100010 1000010 111110 101010100 1100000 10011

Color Harmonies of #600221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600221

Black with #600221

Text Example


Text Example

White with #600221

Text Example


Text Example

HTML Codes & Css Web 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>