Html Css Color HEX #4D271D Caput Mortuum

📋 copy color: '#4D271D'

red 77 ◦ green 39 ◦ blue 29

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

Shades of Caput Mortuum #4D271D

Tints of Caput Mortuum #4D271D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.9%

 BLUE value IS 29 (11.72% from 255) = 20%

R = 53.1%
G = 26.9%
B = 20%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4D271D (or 0x4D271D) is known color: Caput Mortuum. HEX triplet: 4D, 27 and 1D. RGB value is (77,39,29). Sum of RGB (Red+Green+Blue) = 77+39+29=145 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.10% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 77 - color contains mainly: red. Hex color #4D271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D271D is #B2D8E2. Grayscale: #313131. Windows color (decimal): -11720931 or 1910605. OLE color: 1910605.

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

Color convert

RGB 77 39 29 -
CMYK 0 0.49 0.62 0.70
HSL 12.5º 0.45% 0.21% -
HSV(B) 12.5º 0.62% 0.3% -
XYZ 4.01 3.12 1.55 -
YUV 49.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 77 39 29 0 0.49 0.62 0.70 12.5 0.45 0.21
Hex 4D 27 1D 0 31 3E 46 C 2D 15
Octal 115 47 35 0 61 76 106 14 55 25
Binary 1001101 100111 11101 0 110001 111110 1000110 1100 101101 10101

Color Harmonies of #4D271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D271D

Black with #4D271D

Text Example


Text Example

White with #4D271D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,29); }

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

background-color css

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

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

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

border-color css

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

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

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