Html Css Color HEX #4C201D Caput Mortuum

📋 copy color: '#4C201D'

red 76 ◦ green 32 ◦ blue 29

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

Shades of Caput Mortuum #4C201D

Tints of Caput Mortuum #4C201D

RGB

 RED value IS 76 (30.08% from 255) = 55.47%

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

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

R = 55.47%
G = 23.36%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.70

RGB Variations

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

Color information

#4C201D (or 0x4C201D) is known color: Caput Mortuum. HEX triplet: 4C, 20 and 1D. RGB value is (76,32,29). Sum of RGB (Red+Green+Blue) = 76+32+29=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C201D is #B3DFE2. Grayscale: #2C2C2C. Windows color (decimal): -11788259 or 1908812. OLE color: 1908812.

HSL color Cylindrical-coordinate representation of color #4C201D: hue angle of 3.83º 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 #4C201D is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 32 29 -
CMYK 0 0.58 0.62 0.70
HSL 3.83º 0.45% 0.21% -
HSV(B) 3.83º 0.62% 0.3% -
XYZ 3.72 2.66 1.48 -
YUV 44.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 76 32 29 0 0.58 0.62 0.70 3.83 0.45 0.21
Hex 4C 20 1D 0 3A 3E 46 4 2D 15
Octal 114 40 35 0 72 76 106 4 55 25
Binary 1001100 100000 11101 0 111010 111110 1000110 100 101101 10101

Color Harmonies of #4C201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C201D

Black with #4C201D

Text Example


Text Example

White with #4C201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,29); }

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

background-color css

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

 a { background-color: rgb(76,32,29); }

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

border-color css

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

 span { border-color: rgb(76,32,29); }

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