Html Css Color HEX #4D221F Caput Mortuum

📋 copy color: '#4D221F'

red 77 ◦ green 34 ◦ blue 31

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

Shades of Caput Mortuum #4D221F

Tints of Caput Mortuum #4D221F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.94%

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 54.23%
G = 23.94%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#4D221F (or 0x4D221F) is known color: Caput Mortuum. HEX triplet: 4D, 22 and 1F. RGB value is (77,34,31). Sum of RGB (Red+Green+Blue) = 77+34+31=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D221F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D221F is #B2DDE0. Grayscale: #2E2E2E. Windows color (decimal): -11722209 or 2040397. OLE color: 2040397.

HSL color Cylindrical-coordinate representation of color #4D221F: hue angle of 3.91º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D221F is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 34 31 -
CMYK 0 0.56 0.60 0.70
HSL 3.91º 0.43% 0.21% -
HSV(B) 3.91º 0.6% 0.3% -
XYZ 3.88 2.82 1.64 -
YUV 46.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 77 34 31 0 0.56 0.60 0.70 3.91 0.43 0.21
Hex 4D 22 1F 0 38 3C 46 4 2B 15
Octal 115 42 37 0 70 74 106 4 53 25
Binary 1001101 100010 11111 0 111000 111100 1000110 100 101011 10101

Color Harmonies of #4D221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D221F

Black with #4D221F

Text Example


Text Example

White with #4D221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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