Html Css Color HEX #511818 Red Oxide

📋 copy color: '#511818'

red 81 ◦ green 24 ◦ blue 24

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

Shades of Red Oxide #511818

Tints of Red Oxide #511818

RGB

 RED value IS 81 (32.03% from 255) = 62.79%

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

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

R = 62.79%
G = 18.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#511818 (or 0x511818) is known color: Red Oxide. HEX triplet: 51, 18 and 18. RGB value is (81,24,24). Sum of RGB (Red+Green+Blue) = 81+24+24=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511818 is #AEE7E7. Grayscale: #292929. Windows color (decimal): -11462632 or 1579089. OLE color: 1579089.

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

Color convert

RGB 81 24 24 -
CMYK 0 0.70 0.70 0.68
HSL 0.54% 0.21% -
HSV(B) 0.7% 0.32% -
XYZ 3.88 2.47 1.14 -
YUV 41.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 81 24 24 0 0.70 0.70 0.68 0 0.54 0.21
Hex 51 18 18 0 46 46 44 0 36 15
Octal 121 30 30 0 106 106 104 0 66 25
Binary 1010001 11000 11000 0 1000110 1000110 1000100 0 110110 10101

Color Harmonies of #511818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511818

Black with #511818

Text Example


Text Example

White with #511818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511818; }

 p { color: rgb(81,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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