Html Css Color HEX #50180B Caput Mortuum

📋 copy color: '#50180B'

red 80 ◦ green 24 ◦ blue 11

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

Shades of Caput Mortuum #50180B

Tints of Caput Mortuum #50180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

 BLUE value IS 11 (4.69% from 255) = 9.57%

R = 69.57%
G = 20.87%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#50180B (or 0x50180B) is known color: Caput Mortuum. HEX triplet: 50, 18 and 0B. RGB value is (80,24,11). Sum of RGB (Red+Green+Blue) = 80+24+11=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50180B is #AFE7F4. Grayscale: #272727. Windows color (decimal): -11528181 or 727120. OLE color: 727120.

HSL color Cylindrical-coordinate representation of color #50180B: hue angle of 11.3º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50180B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 11 -
CMYK 0 0.70 0.86 0.69
HSL 11.3º 0.76% 0.18% -
HSV(B) 11.3º 0.86% 0.31% -
XYZ 3.7 2.38 0.58 -
YUV 39.26 112.05 157.06 -
System Red Green Blue C M Y K H S L
Decimal 80 24 11 0 0.70 0.86 0.69 11.3 0.76 0.18
Hex 50 18 B 0 46 56 45 B 4C 12
Octal 120 30 13 0 106 126 105 13 114 22
Binary 1010000 11000 1011 0 1000110 1010110 1000101 1011 1001100 10010

Color Harmonies of #50180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50180B

Black with #50180B

Text Example


Text Example

White with #50180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,24,11); }

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

background-color css

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

 a { background-color: rgb(80,24,11); }

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

border-color css

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

 span { border-color: rgb(80,24,11); }

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