Html Css Color HEX #4D2019 Caput Mortuum

📋 copy color: '#4D2019'

red 77 ◦ green 32 ◦ blue 25

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

Shades of Caput Mortuum #4D2019

Tints of Caput Mortuum #4D2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.88%

 BLUE value IS 25 (10.16% from 255) = 18.66%

R = 57.46%
G = 23.88%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D2019 (or 0x4D2019) is known color: Caput Mortuum. HEX triplet: 4D, 20 and 19. RGB value is (77,32,25). Sum of RGB (Red+Green+Blue) = 77+32+25=134 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.46% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D2019 is #B2DFE6. Grayscale: #2C2C2C. Windows color (decimal): -11722727 or 1646669. OLE color: 1646669.

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

Color convert

RGB 77 32 25 -
CMYK 0 0.58 0.68 0.70
HSL 8.08º 0.51% 0.2% -
HSV(B) 8.08º 0.68% 0.3% -
XYZ 3.75 2.68 1.24 -
YUV 44.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 77 32 25 0 0.58 0.68 0.70 8.08 0.51 0.2
Hex 4D 20 19 0 3A 44 46 8 33 14
Octal 115 40 31 0 72 104 106 10 63 24
Binary 1001101 100000 11001 0 111010 1000100 1000110 1000 110011 10100

Color Harmonies of #4D2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2019

Black with #4D2019

Text Example


Text Example

White with #4D2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,25); }

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

background-color css

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

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

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

border-color css

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

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

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