Html Css Color HEX #502823 Caput Mortuum

📋 copy color: '#502823'

red 80 ◦ green 40 ◦ blue 35

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

Shades of Caput Mortuum #502823

Tints of Caput Mortuum #502823

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.81%

 BLUE value IS 35 (14.06% from 255) = 22.58%

R = 51.61%
G = 25.81%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#502823 (or 0x502823) is known color: Caput Mortuum. HEX triplet: 50, 28 and 23. RGB value is (80,40,35). Sum of RGB (Red+Green+Blue) = 80+40+35=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #502823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502823 is #AFD7DC. Grayscale: #333333. Windows color (decimal): -11524061 or 2304080. OLE color: 2304080.

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

Color convert

RGB 80 40 35 -
CMYK 0 0.5 0.56 0.69
HSL 6.67º 0.39% 0.23% -
HSV(B) 6.67º 0.56% 0.31% -
XYZ 4.37 3.34 2.01 -
YUV 51.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 80 40 35 0 0.5 0.56 0.69 6.67 0.39 0.23
Hex 50 28 23 0 32 38 45 7 27 17
Octal 120 50 43 0 62 70 105 7 47 27
Binary 1010000 101000 100011 0 110010 111000 1000101 111 100111 10111

Color Harmonies of #502823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502823

Black with #502823

Text Example


Text Example

White with #502823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502823; }

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

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

background-color css

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

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

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

border-color css

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

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

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