Html Css Color HEX #50231C Caput Mortuum

📋 copy color: '#50231C'

red 80 ◦ green 35 ◦ blue 28

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

Shades of Caput Mortuum #50231C

Tints of Caput Mortuum #50231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.58%

R = 55.94%
G = 24.48%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50231C (or 0x50231C) is known color: Caput Mortuum. HEX triplet: 50, 23 and 1C. RGB value is (80,35,28). Sum of RGB (Red+Green+Blue) = 80+35+28=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #50231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50231C is #AFDCE3. Grayscale: #2F2F2F. Windows color (decimal): -11525348 or 1844048. OLE color: 1844048.

HSL color Cylindrical-coordinate representation of color #50231C: hue angle of 8.08º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50231C is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 28 -
CMYK 0 0.56 0.65 0.69
HSL 8.08º 0.48% 0.21% -
HSV(B) 8.08º 0.65% 0.31% -
XYZ 4.12 2.99 1.46 -
YUV 47.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 80 35 28 0 0.56 0.65 0.69 8.08 0.48 0.21
Hex 50 23 1C 0 38 41 45 8 30 15
Octal 120 43 34 0 70 101 105 10 60 25
Binary 1010000 100011 11100 0 111000 1000001 1000101 1000 110000 10101

Color Harmonies of #50231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50231C

Black with #50231C

Text Example


Text Example

White with #50231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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