Html Css Color HEX #50211C Caput Mortuum

📋 copy color: '#50211C'

red 80 ◦ green 33 ◦ blue 28

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

Shades of Caput Mortuum #50211C

Tints of Caput Mortuum #50211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.86%

R = 56.74%
G = 23.4%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50211C (or 0x50211C) is known color: Caput Mortuum. HEX triplet: 50, 21 and 1C. RGB value is (80,33,28). Sum of RGB (Red+Green+Blue) = 80+33+28=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50211C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50211C is #AFDEE3. Grayscale: #2E2E2E. Windows color (decimal): -11525860 or 1843536. OLE color: 1843536.

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

Color convert

RGB 80 33 28 -
CMYK 0 0.59 0.65 0.69
HSL 5.77º 0.48% 0.21% -
HSV(B) 5.77º 0.65% 0.31% -
XYZ 4.06 2.88 1.44 -
YUV 46.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 80 33 28 0 0.59 0.65 0.69 5.77 0.48 0.21
Hex 50 21 1C 0 3B 41 45 6 30 15
Octal 120 41 34 0 73 101 105 6 60 25
Binary 1010000 100001 11100 0 111011 1000001 1000101 110 110000 10101

Color Harmonies of #50211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50211C

Black with #50211C

Text Example


Text Example

White with #50211C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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