Html Css Color HEX #511813 Red Oxide

📋 copy color: '#511813'

red 81 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #511813

Tints of Red Oxide #511813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.32%

R = 65.32%
G = 19.35%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#511813 (or 0x511813) is known color: Red Oxide. HEX triplet: 51, 18 and 13. RGB value is (81,24,19). Sum of RGB (Red+Green+Blue) = 81+24+19=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511813 is #AEE7EC. Grayscale: #282828. Windows color (decimal): -11462637 or 1251409. OLE color: 1251409.

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

Color convert

RGB 81 24 19 -
CMYK 0 0.70 0.77 0.68
HSL 4.84º 0.62% 0.2% -
HSV(B) 4.84º 0.77% 0.32% -
XYZ 3.84 2.45 0.89 -
YUV 40.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 81 24 19 0 0.70 0.77 0.68 4.84 0.62 0.2
Hex 51 18 13 0 46 4D 44 5 3E 14
Octal 121 30 23 0 106 115 104 5 76 24
Binary 1010001 11000 10011 0 1000110 1001101 1000100 101 111110 10100

Color Harmonies of #511813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511813

Black with #511813

Text Example


Text Example

White with #511813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511813; }

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

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

background-color css

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

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

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

border-color css

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

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

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