Html Css Color HEX #50211D Caput Mortuum

📋 copy color: '#50211D'

red 80 ◦ green 33 ◦ blue 29

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

Shades of Caput Mortuum #50211D

Tints of Caput Mortuum #50211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.24%

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

R = 56.34%
G = 23.24%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50211D (or 0x50211D) is known color: Caput Mortuum. HEX triplet: 50, 21 and 1D. RGB value is (80,33,29). Sum of RGB (Red+Green+Blue) = 80+33+29=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50211D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50211D is #AFDEE2. Grayscale: #2E2E2E. Windows color (decimal): -11525859 or 1909072. OLE color: 1909072.

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

Color convert

RGB 80 33 29 -
CMYK 0 0.59 0.64 0.69
HSL 4.71º 0.47% 0.21% -
HSV(B) 4.71º 0.64% 0.31% -
XYZ 4.07 2.88 1.5 -
YUV 46.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 80 33 29 0 0.59 0.64 0.69 4.71 0.47 0.21
Hex 50 21 1D 0 3B 40 45 5 2F 15
Octal 120 41 35 0 73 100 105 5 57 25
Binary 1010000 100001 11101 0 111011 1000000 1000101 101 101111 10101

Color Harmonies of #50211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50211D

Black with #50211D

Text Example


Text Example

White with #50211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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