Html Css Color HEX #502314 Caput Mortuum

📋 copy color: '#502314'

red 80 ◦ green 35 ◦ blue 20

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

Shades of Caput Mortuum #502314

Tints of Caput Mortuum #502314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.81%

R = 59.26%
G = 25.93%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#502314 (or 0x502314) is known color: Caput Mortuum. HEX triplet: 50, 23 and 14. RGB value is (80,35,20). Sum of RGB (Red+Green+Blue) = 80+35+20=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #502314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502314 is #AFDCEB. Grayscale: #2E2E2E. Windows color (decimal): -11525356 or 1319760. OLE color: 1319760.

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

Color convert

RGB 80 35 20 -
CMYK 0 0.56 0.75 0.69
HSL 15º 0.6% 0.2% -
HSV(B) 15º 0.75% 0.31% -
XYZ 4.04 2.96 1.02 -
YUV 46.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 80 35 20 0 0.56 0.75 0.69 15 0.6 0.2
Hex 50 23 14 0 38 4B 45 F 3C 14
Octal 120 43 24 0 70 113 105 17 74 24
Binary 1010000 100011 10100 0 111000 1001011 1000101 1111 111100 10100

Color Harmonies of #502314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502314

Black with #502314

Text Example


Text Example

White with #502314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502314; }

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

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

background-color css

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

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

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

border-color css

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

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

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