Html Css Color HEX #4C1C13 Caput Mortuum

📋 copy color: '#4C1C13'

red 76 ◦ green 28 ◦ blue 19

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

Shades of Caput Mortuum #4C1C13

Tints of Caput Mortuum #4C1C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.76%

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 61.79%
G = 22.76%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4C1C13 (or 0x4C1C13) is known color: Caput Mortuum. HEX triplet: 4C, 1C and 13. RGB value is (76,28,19). Sum of RGB (Red+Green+Blue) = 76+28+19=123 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.79% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C1C13 is #B3E3EC. Grayscale: #292929. Windows color (decimal): -11789293 or 1252428. OLE color: 1252428.

HSL color Cylindrical-coordinate representation of color #4C1C13: hue angle of 9.47º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C1C13 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 28 19 -
CMYK 0 0.63 0.75 0.70
HSL 9.47º 0.6% 0.19% -
HSV(B) 9.47º 0.75% 0.3% -
XYZ 3.51 2.41 0.9 -
YUV 41.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 76 28 19 0 0.63 0.75 0.70 9.47 0.6 0.19
Hex 4C 1C 13 0 3F 4B 46 9 3C 13
Octal 114 34 23 0 77 113 106 11 74 23
Binary 1001100 11100 10011 0 111111 1001011 1000110 1001 111100 10011

Color Harmonies of #4C1C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1C13

Black with #4C1C13

Text Example


Text Example

White with #4C1C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,28,19); }

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

background-color css

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

 a { background-color: rgb(76,28,19); }

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

border-color css

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

 span { border-color: rgb(76,28,19); }

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