Html Css Color HEX #502525 Caput Mortuum

📋 copy color: '#502525'

red 80 ◦ green 37 ◦ blue 37

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

Shades of Caput Mortuum #502525

Tints of Caput Mortuum #502525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 51.95%
G = 24.03%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#502525 (or 0x502525) is known color: Caput Mortuum. HEX triplet: 50, 25 and 25. RGB value is (80,37,37). Sum of RGB (Red+Green+Blue) = 80+37+37=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #502525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502525 is #AFDADA. Grayscale: #313131. Windows color (decimal): -11524827 or 2434384. OLE color: 2434384.

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

Color convert

RGB 80 37 37 -
CMYK 0 0.54 0.54 0.69
HSL 0.37% 0.23% -
HSV(B) 0.54% 0.31% -
XYZ 4.3 3.16 2.13 -
YUV 49.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 80 37 37 0 0.54 0.54 0.69 0 0.37 0.23
Hex 50 25 25 0 36 36 45 0 25 17
Octal 120 45 45 0 66 66 105 0 45 27
Binary 1010000 100101 100101 0 110110 110110 1000101 0 100101 10111

Color Harmonies of #502525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502525

Black with #502525

Text Example


Text Example

White with #502525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502525; }

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

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

background-color css

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

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

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

border-color css

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

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

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