Html Css Color HEX #502523 Caput Mortuum

📋 copy color: '#502523'

red 80 ◦ green 37 ◦ blue 35

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

Shades of Caput Mortuum #502523

Tints of Caput Mortuum #502523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.34%

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

R = 52.63%
G = 24.34%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#502523 (or 0x502523) is known color: Caput Mortuum. HEX triplet: 50, 25 and 23. RGB value is (80,37,35). Sum of RGB (Red+Green+Blue) = 80+37+35=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #502523 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502523 is #AFDADC. Grayscale: #313131. Windows color (decimal): -11524829 or 2303312. OLE color: 2303312.

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

Color convert

RGB 80 37 35 -
CMYK 0 0.54 0.56 0.69
HSL 2.67º 0.39% 0.23% -
HSV(B) 2.67º 0.56% 0.31% -
XYZ 4.27 3.15 1.97 -
YUV 49.63 119.75 149.66 -
System Red Green Blue C M Y K H S L
Decimal 80 37 35 0 0.54 0.56 0.69 2.67 0.39 0.23
Hex 50 25 23 0 36 38 45 3 27 17
Octal 120 45 43 0 66 70 105 3 47 27
Binary 1010000 100101 100011 0 110110 111000 1000101 11 100111 10111

Color Harmonies of #502523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502523

Black with #502523

Text Example


Text Example

White with #502523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502523; }

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

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

background-color css

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

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

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

border-color css

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

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

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