Html Css Color HEX #50241D Caput Mortuum

📋 copy color: '#50241D'

red 80 ◦ green 36 ◦ blue 29

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

Shades of Caput Mortuum #50241D

Tints of Caput Mortuum #50241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.83%

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

R = 55.17%
G = 24.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50241D (or 0x50241D) is known color: Caput Mortuum. HEX triplet: 50, 24 and 1D. RGB value is (80,36,29). Sum of RGB (Red+Green+Blue) = 80+36+29=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #50241D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50241D is #AFDBE2. Grayscale: #303030. Windows color (decimal): -11525091 or 1909840. OLE color: 1909840.

HSL color Cylindrical-coordinate representation of color #50241D: hue angle of 8.24º 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 #50241D is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 29 -
CMYK 0 0.55 0.64 0.69
HSL 8.24º 0.47% 0.21% -
HSV(B) 8.24º 0.64% 0.31% -
XYZ 4.16 3.06 1.53 -
YUV 48.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 80 36 29 0 0.55 0.64 0.69 8.24 0.47 0.21
Hex 50 24 1D 0 37 40 45 8 2F 15
Octal 120 44 35 0 67 100 105 10 57 25
Binary 1010000 100100 11101 0 110111 1000000 1000101 1000 101111 10101

Color Harmonies of #50241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50241D

Black with #50241D

Text Example


Text Example

White with #50241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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