Html Css Color HEX #502521 Caput Mortuum

📋 copy color: '#502521'

red 80 ◦ green 37 ◦ blue 33

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

Shades of Caput Mortuum #502521

Tints of Caput Mortuum #502521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 53.33%
G = 24.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#502521 (or 0x502521) is known color: Caput Mortuum. HEX triplet: 50, 25 and 21. RGB value is (80,37,33). Sum of RGB (Red+Green+Blue) = 80+37+33=150 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 80 - color contains mainly: red. Hex color #502521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502521 is #AFDADE. Grayscale: #313131. Windows color (decimal): -11524831 or 2172240. OLE color: 2172240.

HSL color Cylindrical-coordinate representation of color #502521: hue angle of 5.11º 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 #502521 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 37 33 -
CMYK 0 0.54 0.59 0.69
HSL 5.11º 0.42% 0.22% -
HSV(B) 5.11º 0.59% 0.31% -
XYZ 4.24 3.14 1.82 -
YUV 49.4 118.75 149.83 -
System Red Green Blue C M Y K H S L
Decimal 80 37 33 0 0.54 0.59 0.69 5.11 0.42 0.22
Hex 50 25 21 0 36 3B 45 5 2A 16
Octal 120 45 41 0 66 73 105 5 52 26
Binary 1010000 100101 100001 0 110110 111011 1000101 101 101010 10110

Color Harmonies of #502521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502521

Black with #502521

Text Example


Text Example

White with #502521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502521; }

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

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

background-color css

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

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

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

border-color css

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

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

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