Html Css Color HEX #50211A Caput Mortuum

📋 copy color: '#50211A'

red 80 ◦ green 33 ◦ blue 26

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

Shades of Caput Mortuum #50211A

Tints of Caput Mortuum #50211A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.71%

R = 57.55%
G = 23.74%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50211A (or 0x50211A) is known color: Caput Mortuum. HEX triplet: 50, 21 and 1A. RGB value is (80,33,26). Sum of RGB (Red+Green+Blue) = 80+33+26=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #50211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50211A is #AFDEE5. Grayscale: #2E2E2E. Windows color (decimal): -11525862 or 1712464. OLE color: 1712464.

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

Color convert

RGB 80 33 26 -
CMYK 0 0.59 0.67 0.69
HSL 7.78º 0.51% 0.21% -
HSV(B) 7.78º 0.68% 0.31% -
XYZ 4.04 2.87 1.32 -
YUV 46.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 80 33 26 0 0.59 0.67 0.69 7.78 0.51 0.21
Hex 50 21 1A 0 3B 43 45 8 33 15
Octal 120 41 32 0 73 103 105 10 63 25
Binary 1010000 100001 11010 0 111011 1000011 1000101 1000 110011 10101

Color Harmonies of #50211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50211A

Black with #50211A

Text Example


Text Example

White with #50211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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