Html Css Color HEX #4D1919 Red Oxide

📋 copy color: '#4D1919'

red 77 ◦ green 25 ◦ blue 25

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

Shades of Red Oxide #4D1919

Tints of Red Oxide #4D1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

 BLUE value IS 25 (10.16% from 255) = 19.69%

R = 60.63%
G = 19.69%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.70

RGB Variations

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

Color information

#4D1919 (or 0x4D1919) is known color: Red Oxide. HEX triplet: 4D, 19 and 19. RGB value is (77,25,25). Sum of RGB (Red+Green+Blue) = 77+25+25=127 (16% of max value = 765). Red value is 77 (30.47% from 255 or 60.63% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 25 (10.16% from 255 or 19.69% from 127); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1919 is #B2E6E6. Grayscale: #282828. Windows color (decimal): -11724519 or 1644877. OLE color: 1644877.

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

Color convert

RGB 77 25 25 -
CMYK 0 0.68 0.68 0.70
HSL 0.51% 0.2% -
HSV(B) 0.68% 0.3% -
XYZ 3.58 2.34 1.18 -
YUV 40.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 77 25 25 0 0.68 0.68 0.70 0 0.51 0.2
Hex 4D 19 19 0 44 44 46 0 33 14
Octal 115 31 31 0 104 104 106 0 63 24
Binary 1001101 11001 11001 0 1000100 1000100 1000110 0 110011 10100

Color Harmonies of #4D1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1919

Black with #4D1919

Text Example


Text Example

White with #4D1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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