Html Css Color HEX #4D2525 Caput Mortuum

📋 copy color: '#4D2525'

red 77 ◦ green 37 ◦ blue 37

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

Shades of Caput Mortuum #4D2525

Tints of Caput Mortuum #4D2525

RGB

 RED value IS 77 (30.47% from 255) = 50.99%

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

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

R = 50.99%
G = 24.5%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.70

RGB Variations

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

Color information

#4D2525 (or 0x4D2525) is known color: Caput Mortuum. HEX triplet: 4D, 25 and 25. RGB value is (77,37,37). Sum of RGB (Red+Green+Blue) = 77+37+37=151 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.99% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2525 is #B2DADA. Grayscale: #303030. Windows color (decimal): -11721435 or 2434381. OLE color: 2434381.

HSL color Cylindrical-coordinate representation of color #4D2525: hue angle of 0º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D2525 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 37 37 -
CMYK 0 0.52 0.52 0.70
HSL 0.35% 0.22% -
HSV(B) 0.52% 0.3% -
XYZ 4.06 3.03 2.12 -
YUV 48.96 121.25 148 -
System Red Green Blue C M Y K H S L
Decimal 77 37 37 0 0.52 0.52 0.70 0 0.35 0.22
Hex 4D 25 25 0 34 34 46 0 23 16
Octal 115 45 45 0 64 64 106 0 43 26
Binary 1001101 100101 100101 0 110100 110100 1000110 0 100011 10110

Color Harmonies of #4D2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2525

Black with #4D2525

Text Example


Text Example

White with #4D2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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