Html Css Color HEX #502315 Caput Mortuum

📋 copy color: '#502315'

red 80 ◦ green 35 ◦ blue 21

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

Shades of Caput Mortuum #502315

Tints of Caput Mortuum #502315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 58.82%
G = 25.74%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#502315 (or 0x502315) is known color: Caput Mortuum. HEX triplet: 50, 23 and 15. RGB value is (80,35,21). Sum of RGB (Red+Green+Blue) = 80+35+21=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #502315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502315 is #AFDCEA. Grayscale: #2E2E2E. Windows color (decimal): -11525355 or 1385296. OLE color: 1385296.

HSL color Cylindrical-coordinate representation of color #502315: hue angle of 14.24º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502315 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 35 21 -
CMYK 0 0.56 0.74 0.69
HSL 14.24º 0.58% 0.2% -
HSV(B) 14.24º 0.74% 0.31% -
XYZ 4.04 2.96 1.07 -
YUV 46.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 80 35 21 0 0.56 0.74 0.69 14.24 0.58 0.2
Hex 50 23 15 0 38 4A 45 E 3A 14
Octal 120 43 25 0 70 112 105 16 72 24
Binary 1010000 100011 10101 0 111000 1001010 1000101 1110 111010 10100

Color Harmonies of #502315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502315

Black with #502315

Text Example


Text Example

White with #502315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502315; }

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

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

background-color css

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

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

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

border-color css

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

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

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