Html Css Color HEX #50241A Caput Mortuum

📋 copy color: '#50241A'

red 80 ◦ green 36 ◦ blue 26

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

Shades of Caput Mortuum #50241A

Tints of Caput Mortuum #50241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 56.34%
G = 25.35%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50241A (or 0x50241A) is known color: Caput Mortuum. HEX triplet: 50, 24 and 1A. RGB value is (80,36,26). Sum of RGB (Red+Green+Blue) = 80+36+26=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50241A is #AFDBE5. Grayscale: #303030. Windows color (decimal): -11525094 or 1713232. OLE color: 1713232.

HSL color Cylindrical-coordinate representation of color #50241A: hue angle of 11.11º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50241A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 36 26 -
CMYK 0 0.55 0.67 0.69
HSL 11.11º 0.51% 0.21% -
HSV(B) 11.11º 0.68% 0.31% -
XYZ 4.13 3.04 1.35 -
YUV 48.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 80 36 26 0 0.55 0.67 0.69 11.11 0.51 0.21
Hex 50 24 1A 0 37 43 45 B 33 15
Octal 120 44 32 0 67 103 105 13 63 25
Binary 1010000 100100 11010 0 110111 1000011 1000101 1011 110011 10101

Color Harmonies of #50241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50241A

Black with #50241A

Text Example


Text Example

White with #50241A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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