Html Css Color HEX #4D2323 Caput Mortuum

📋 copy color: '#4D2323'

red 77 ◦ green 35 ◦ blue 35

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

Shades of Caput Mortuum #4D2323

Tints of Caput Mortuum #4D2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.81%

 BLUE value IS 35 (14.06% from 255) = 23.81%

R = 52.38%
G = 23.81%
B = 23.81%

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

#4D2323 (or 0x4D2323) is known color: Caput Mortuum. HEX triplet: 4D, 23 and 23. RGB value is (77,35,35). Sum of RGB (Red+Green+Blue) = 77+35+35=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2323 is #B2DCDC. Grayscale: #2F2F2F. Windows color (decimal): -11721949 or 2302797. OLE color: 2302797.

HSL color Cylindrical-coordinate representation of color #4D2323: 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 #4D2323 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 35 35 -
CMYK 0 0.55 0.55 0.70
HSL 0.38% 0.22% -
HSV(B) 0.55% 0.3% -
XYZ 3.96 2.9 1.94 -
YUV 47.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 77 35 35 0 0.55 0.55 0.70 0 0.38 0.22
Hex 4D 23 23 0 37 37 46 0 26 16
Octal 115 43 43 0 67 67 106 0 46 26
Binary 1001101 100011 100011 0 110111 110111 1000110 0 100110 10110

Color Harmonies of #4D2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2323

Black with #4D2323

Text Example


Text Example

White with #4D2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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