Html Css Color HEX #4D2121 Red Oxide

📋 copy color: '#4D2121'

red 77 ◦ green 33 ◦ blue 33

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

Shades of Red Oxide #4D2121

Tints of Red Oxide #4D2121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.08%

 BLUE value IS 33 (13.28% from 255) = 23.08%

R = 53.85%
G = 23.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D2121 (or 0x4D2121) is known color: Red Oxide. HEX triplet: 4D, 21 and 21. RGB value is (77,33,33). Sum of RGB (Red+Green+Blue) = 77+33+33=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 33 (13.28% from 255 or 23.08% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2121 is #B2DEDE. Grayscale: #2E2E2E. Windows color (decimal): -11722463 or 2171213. OLE color: 2171213.

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

Color convert

RGB 77 33 33 -
CMYK 0 0.57 0.57 0.70
HSL 0.4% 0.22% -
HSV(B) 0.57% 0.3% -
XYZ 3.88 2.78 1.77 -
YUV 46.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 77 33 33 0 0.57 0.57 0.70 0 0.4 0.22
Hex 4D 21 21 0 39 39 46 0 28 16
Octal 115 41 41 0 71 71 106 0 50 26
Binary 1001101 100001 100001 0 111001 111001 1000110 0 101000 10110

Color Harmonies of #4D2121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2121

Black with #4D2121

Text Example


Text Example

White with #4D2121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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