Html Css Color HEX #50221B Caput Mortuum

📋 copy color: '#50221B'

red 80 ◦ green 34 ◦ blue 27

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

Shades of Caput Mortuum #50221B

Tints of Caput Mortuum #50221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 56.74%
G = 24.11%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50221B (or 0x50221B) is known color: Caput Mortuum. HEX triplet: 50, 22 and 1B. RGB value is (80,34,27). Sum of RGB (Red+Green+Blue) = 80+34+27=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #50221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50221B is #AFDDE4. Grayscale: #2F2F2F. Windows color (decimal): -11525605 or 1778256. OLE color: 1778256.

HSL color Cylindrical-coordinate representation of color #50221B: hue angle of 7.92º 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 #50221B is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 27 -
CMYK 0 0.58 0.66 0.69
HSL 7.92º 0.5% 0.21% -
HSV(B) 7.92º 0.66% 0.31% -
XYZ 4.08 2.93 1.39 -
YUV 46.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 80 34 27 0 0.58 0.66 0.69 7.92 0.5 0.21
Hex 50 22 1B 0 3A 42 45 8 32 15
Octal 120 42 33 0 72 102 105 10 62 25
Binary 1010000 100010 11011 0 111010 1000010 1000101 1000 110010 10101

Color Harmonies of #50221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50221B

Black with #50221B

Text Example


Text Example

White with #50221B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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