Html Css Color HEX #4C2222 Caput Mortuum

📋 copy color: '#4C2222'

red 76 ◦ green 34 ◦ blue 34

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

Shades of Caput Mortuum #4C2222

Tints of Caput Mortuum #4C2222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.61%

R = 52.78%
G = 23.61%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4C2222 (or 0x4C2222) is known color: Caput Mortuum. HEX triplet: 4C, 22 and 22. RGB value is (76,34,34). Sum of RGB (Red+Green+Blue) = 76+34+34=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 34 (13.67% from 255 or 23.61% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2222 is #B3DDDD. Grayscale: #2E2E2E. Windows color (decimal): -11787742 or 2237004. OLE color: 2237004.

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

Color convert

RGB 76 34 34 -
CMYK 0 0.55 0.55 0.70
HSL 0.38% 0.22% -
HSV(B) 0.55% 0.3% -
XYZ 3.84 2.8 1.85 -
YUV 46.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 76 34 34 0 0.55 0.55 0.70 0 0.38 0.22
Hex 4C 22 22 0 37 37 46 0 26 16
Octal 114 42 42 0 67 67 106 0 46 26
Binary 1001100 100010 100010 0 110111 110111 1000110 0 100110 10110

Color Harmonies of #4C2222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2222

Black with #4C2222

Text Example


Text Example

White with #4C2222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,34,34); }

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

background-color css

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

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

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

border-color css

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

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

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