Html Css Color HEX #601621 Pohutukawa

📋 copy color: '#601621'

red 96 ◦ green 22 ◦ blue 33

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

Shades of Pohutukawa #601621

Tints of Pohutukawa #601621

RGB

 RED value IS 96 (37.89% from 255) = 63.58%

 GREEN value IS 22 (8.98% from 255) = 14.57%

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 63.58%
G = 14.57%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#601621 (or 0x601621) is known color: Pohutukawa. HEX triplet: 60, 16 and 21. RGB value is (96,22,33). Sum of RGB (Red+Green+Blue) = 96+22+33=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601621 is #9FE9DE. Grayscale: #2D2D2D. Windows color (decimal): -10480095 or 2168416. OLE color: 2168416.

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

Color convert

RGB 96 22 33 -
CMYK 0 0.77 0.66 0.62
HSL 351.08º 0.63% 0.23% -
HSV(B) 351.08º 0.77% 0.38% -
XYZ 5.39 3.17 1.77 -
YUV 45.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 96 22 33 0 0.77 0.66 0.62 351.08 0.63 0.23
Hex 60 16 21 0 4D 42 3E 15F 3F 17
Octal 140 26 41 0 115 102 76 537 77 27
Binary 1100000 10110 100001 0 1001101 1000010 111110 101011111 111111 10111

Color Harmonies of #601621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601621

Black with #601621

Text Example


Text Example

White with #601621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601621; }

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

 H1.HeaderClassName
 {
   color: #601621;
 }
 .AnyTagClassName
 {
   color: #601621;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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