Html Css Color HEX #50211B Caput Mortuum

📋 copy color: '#50211B'

red 80 ◦ green 33 ◦ blue 27

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

Shades of Caput Mortuum #50211B

Tints of Caput Mortuum #50211B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 19.29%

R = 57.14%
G = 23.57%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50211B (or 0x50211B) is known color: Caput Mortuum. HEX triplet: 50, 21 and 1B. RGB value is (80,33,27). Sum of RGB (Red+Green+Blue) = 80+33+27=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #50211B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50211B is #AFDEE4. Grayscale: #2E2E2E. Windows color (decimal): -11525861 or 1778000. OLE color: 1778000.

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

Color convert

RGB 80 33 27 -
CMYK 0 0.59 0.66 0.69
HSL 6.79º 0.5% 0.21% -
HSV(B) 6.79º 0.66% 0.31% -
XYZ 4.05 2.87 1.38 -
YUV 46.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 80 33 27 0 0.59 0.66 0.69 6.79 0.5 0.21
Hex 50 21 1B 0 3B 42 45 7 32 15
Octal 120 41 33 0 73 102 105 7 62 25
Binary 1010000 100001 11011 0 111011 1000010 1000101 111 110010 10101

Color Harmonies of #50211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50211B

Black with #50211B

Text Example


Text Example

White with #50211B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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