Html Css Color HEX #511913 Red Oxide

📋 copy color: '#511913'

red 81 ◦ green 25 ◦ blue 19

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

Shades of Red Oxide #511913

Tints of Red Oxide #511913

RGB

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

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

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

R = 64.8%
G = 20%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#511913 (or 0x511913) is known color: Red Oxide. HEX triplet: 51, 19 and 13. RGB value is (81,25,19). Sum of RGB (Red+Green+Blue) = 81+25+19=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 19 (7.81% from 255 or 15.2% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #511913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511913 is #AEE6EC. Grayscale: #292929. Windows color (decimal): -11462381 or 1251665. OLE color: 1251665.

HSL color Cylindrical-coordinate representation of color #511913: hue angle of 5.81º 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 #511913 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 19 -
CMYK 0 0.69 0.77 0.68
HSL 5.81º 0.62% 0.2% -
HSV(B) 5.81º 0.77% 0.32% -
XYZ 3.86 2.49 0.89 -
YUV 41.06 115.55 156.49 -
System Red Green Blue C M Y K H S L
Decimal 81 25 19 0 0.69 0.77 0.68 5.81 0.62 0.2
Hex 51 19 13 0 45 4D 44 6 3E 14
Octal 121 31 23 0 105 115 104 6 76 24
Binary 1010001 11001 10011 0 1000101 1001101 1000100 110 111110 10100

Color Harmonies of #511913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511913

Black with #511913

Text Example


Text Example

White with #511913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511913; }

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

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

background-color css

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

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

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

border-color css

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

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

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