Html Css Color HEX #4D1F17 Caput Mortuum

📋 copy color: '#4D1F17'

red 77 ◦ green 31 ◦ blue 23

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

Shades of Caput Mortuum #4D1F17

Tints of Caput Mortuum #4D1F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.66%

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 58.78%
G = 23.66%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.70

RGB Variations

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

Color information

#4D1F17 (or 0x4D1F17) is known color: Caput Mortuum. HEX triplet: 4D, 1F and 17. RGB value is (77,31,23). Sum of RGB (Red+Green+Blue) = 77+31+23=131 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.78% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1F17 is #B2E0E8. Grayscale: #2B2B2B. Windows color (decimal): -11722985 or 1515341. OLE color: 1515341.

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

Color convert

RGB 77 31 23 -
CMYK 0 0.60 0.70 0.70
HSL 8.89º 0.54% 0.2% -
HSV(B) 8.89º 0.7% 0.3% -
XYZ 3.71 2.62 1.12 -
YUV 43.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 77 31 23 0 0.60 0.70 0.70 8.89 0.54 0.2
Hex 4D 1F 17 0 3C 46 46 9 36 14
Octal 115 37 27 0 74 106 106 11 66 24
Binary 1001101 11111 10111 0 111100 1000110 1000110 1001 110110 10100

Color Harmonies of #4D1F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1F17

Black with #4D1F17

Text Example


Text Example

White with #4D1F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,23); }

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

background-color css

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

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

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

border-color css

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

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

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