Html Css Color HEX #502A21 Caput Mortuum

📋 copy color: '#502A21'

red 80 ◦ green 42 ◦ blue 33

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

Shades of Caput Mortuum #502A21

Tints of Caput Mortuum #502A21

RGB

 RED value IS 80 (31.64% from 255) = 51.61%

 GREEN value IS 42 (16.8% from 255) = 27.1%

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

R = 51.61%
G = 27.1%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#502A21 (or 0x502A21) is known color: Caput Mortuum. HEX triplet: 50, 2A and 21. RGB value is (80,42,33). Sum of RGB (Red+Green+Blue) = 80+42+33=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A21 is #AFD5DE. Grayscale: #343434. Windows color (decimal): -11523551 or 2173520. OLE color: 2173520.

HSL color Cylindrical-coordinate representation of color #502A21: hue angle of 11.49º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #502A21 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 42 33 -
CMYK 0 0.48 0.59 0.69
HSL 11.49º 0.42% 0.22% -
HSV(B) 11.49º 0.59% 0.31% -
XYZ 4.41 3.47 1.88 -
YUV 52.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 80 42 33 0 0.48 0.59 0.69 11.49 0.42 0.22
Hex 50 2A 21 0 30 3B 45 B 2A 16
Octal 120 52 41 0 60 73 105 13 52 26
Binary 1010000 101010 100001 0 110000 111011 1000101 1011 101010 10110

Color Harmonies of #502A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A21

Black with #502A21

Text Example


Text Example

White with #502A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A21; }

 p { color: rgb(80,42,33); }

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

background-color css

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

 a { background-color: rgb(80,42,33); }

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

border-color css

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

 span { border-color: rgb(80,42,33); }

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