Html Css Color HEX #601221 Pohutukawa

📋 copy color: '#601221'

red 96 ◦ green 18 ◦ blue 33

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

Shades of Pohutukawa #601221

Tints of Pohutukawa #601221

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

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 96 18 33 -
CMYK 0 0.81 0.66 0.62
HSL 348.46º 0.68% 0.22% -
HSV(B) 348.46º 0.81% 0.38% -
XYZ 5.31 3.03 1.74 -
YUV 43.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 96 18 33 0 0.81 0.66 0.62 348.46 0.68 0.22
Hex 60 12 21 0 51 42 3E 15C 44 16
Octal 140 22 41 0 121 102 76 534 104 26
Binary 1100000 10010 100001 0 1010001 1000010 111110 101011100 1000100 10110

Color Harmonies of #601221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601221

Black with #601221

Text Example


Text Example

White with #601221

Text Example


Text Example

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