Html Css Color HEX #50201D Caput Mortuum

📋 copy color: '#50201D'

red 80 ◦ green 32 ◦ blue 29

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

Shades of Caput Mortuum #50201D

Tints of Caput Mortuum #50201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 56.74%
G = 22.7%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50201D (or 0x50201D) is known color: Caput Mortuum. HEX triplet: 50, 20 and 1D. RGB value is (80,32,29). Sum of RGB (Red+Green+Blue) = 80+32+29=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50201D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50201D is #AFDFE2. Grayscale: #2E2E2E. Windows color (decimal): -11526115 or 1908816. OLE color: 1908816.

HSL color Cylindrical-coordinate representation of color #50201D: hue angle of 3.53º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50201D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 29 -
CMYK 0 0.60 0.64 0.69
HSL 3.53º 0.47% 0.21% -
HSV(B) 3.53º 0.64% 0.31% -
XYZ 4.05 2.83 1.49 -
YUV 46.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 80 32 29 0 0.60 0.64 0.69 3.53 0.47 0.21
Hex 50 20 1D 0 3C 40 45 4 2F 15
Octal 120 40 35 0 74 100 105 4 57 25
Binary 1010000 100000 11101 0 111100 1000000 1000101 100 101111 10101

Color Harmonies of #50201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50201D

Black with #50201D

Text Example


Text Example

White with #50201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50201D; }

 p { color: rgb(80,32,29); }

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

background-color css

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

 a { background-color: rgb(80,32,29); }

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

border-color css

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

 span { border-color: rgb(80,32,29); }

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