Html Css Color HEX #50221D Caput Mortuum

📋 copy color: '#50221D'

red 80 ◦ green 34 ◦ blue 29

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

Shades of Caput Mortuum #50221D

Tints of Caput Mortuum #50221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.28%

R = 55.94%
G = 23.78%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50221D (or 0x50221D) is known color: Caput Mortuum. HEX triplet: 50, 22 and 1D. RGB value is (80,34,29). Sum of RGB (Red+Green+Blue) = 80+34+29=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50221D is #AFDDE2. Grayscale: #2F2F2F. Windows color (decimal): -11525603 or 1909328. OLE color: 1909328.

HSL color Cylindrical-coordinate representation of color #50221D: hue angle of 5.88º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50221D is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 29 -
CMYK 0 0.58 0.64 0.69
HSL 5.88º 0.47% 0.21% -
HSV(B) 5.88º 0.64% 0.31% -
XYZ 4.1 2.94 1.51 -
YUV 47.18 117.74 151.41 -
System Red Green Blue C M Y K H S L
Decimal 80 34 29 0 0.58 0.64 0.69 5.88 0.47 0.21
Hex 50 22 1D 0 3A 40 45 6 2F 15
Octal 120 42 35 0 72 100 105 6 57 25
Binary 1010000 100010 11101 0 111010 1000000 1000101 110 101111 10101

Color Harmonies of #50221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50221D

Black with #50221D

Text Example


Text Example

White with #50221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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