Html Css Color HEX #4D1C18 Red Oxide

📋 copy color: '#4D1C18'

red 77 ◦ green 28 ◦ blue 24

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

Shades of Red Oxide #4D1C18

Tints of Red Oxide #4D1C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.6%

R = 59.69%
G = 21.71%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D1C18 (or 0x4D1C18) is known color: Red Oxide. HEX triplet: 4D, 1C and 18. RGB value is (77,28,24). Sum of RGB (Red+Green+Blue) = 77+28+24=129 (17% of max value = 765). Red value is 77 (30.47% from 255 or 59.69% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D1C18 is #B2E3E7. Grayscale: #2A2A2A. Windows color (decimal): -11723752 or 1580109. OLE color: 1580109.

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

Color convert

RGB 77 28 24 -
CMYK 0 0.64 0.69 0.70
HSL 4.53º 0.52% 0.2% -
HSV(B) 4.53º 0.69% 0.3% -
XYZ 3.64 2.47 1.15 -
YUV 42.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 77 28 24 0 0.64 0.69 0.70 4.53 0.52 0.2
Hex 4D 1C 18 0 40 45 46 5 34 14
Octal 115 34 30 0 100 105 106 5 64 24
Binary 1001101 11100 11000 0 1000000 1000101 1000110 101 110100 10100

Color Harmonies of #4D1C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1C18

Black with #4D1C18

Text Example


Text Example

White with #4D1C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,24); }

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

background-color css

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

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

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

border-color css

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

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

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