Html Css Color HEX #601821 Pohutukawa

📋 copy color: '#601821'

red 96 ◦ green 24 ◦ blue 33

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

Shades of Pohutukawa #601821

Tints of Pohutukawa #601821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.69%

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

R = 62.75%
G = 15.69%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#601821 (or 0x601821) is known color: Pohutukawa. HEX triplet: 60, 18 and 21. RGB value is (96,24,33). Sum of RGB (Red+Green+Blue) = 96+24+33=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601821 is #9FE7DE. Grayscale: #2E2E2E. Windows color (decimal): -10479583 or 2168928. OLE color: 2168928.

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

Color convert

RGB 96 24 33 -
CMYK 0 0.75 0.66 0.62
HSL 352.5º 0.6% 0.24% -
HSV(B) 352.5º 0.75% 0.38% -
XYZ 5.43 3.25 1.78 -
YUV 46.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 96 24 33 0 0.75 0.66 0.62 352.5 0.6 0.24
Hex 60 18 21 0 4B 42 3E 160 3C 18
Octal 140 30 41 0 113 102 76 540 74 30
Binary 1100000 11000 100001 0 1001011 1000010 111110 101100000 111100 11000

Color Harmonies of #601821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601821

Black with #601821

Text Example


Text Example

White with #601821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601821; }

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

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

background-color css

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

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

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

border-color css

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

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

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