Html Css Color HEX #50231D Caput Mortuum

📋 copy color: '#50231D'

red 80 ◦ green 35 ◦ blue 29

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

Shades of Caput Mortuum #50231D

Tints of Caput Mortuum #50231D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

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

R = 55.56%
G = 24.31%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50231D (or 0x50231D) is known color: Caput Mortuum. HEX triplet: 50, 23 and 1D. RGB value is (80,35,29). Sum of RGB (Red+Green+Blue) = 80+35+29=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50231D is #AFDCE2. Grayscale: #2F2F2F. Windows color (decimal): -11525347 or 1909584. OLE color: 1909584.

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

Color convert

RGB 80 35 29 -
CMYK 0 0.56 0.64 0.69
HSL 7.06º 0.47% 0.21% -
HSV(B) 7.06º 0.64% 0.31% -
XYZ 4.13 3 1.52 -
YUV 47.77 117.41 150.99 -
System Red Green Blue C M Y K H S L
Decimal 80 35 29 0 0.56 0.64 0.69 7.06 0.47 0.21
Hex 50 23 1D 0 38 40 45 7 2F 15
Octal 120 43 35 0 70 100 105 7 57 25
Binary 1010000 100011 11101 0 111000 1000000 1000101 111 101111 10101

Color Harmonies of #50231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50231D

Black with #50231D

Text Example


Text Example

White with #50231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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