Html Css Color HEX #511912 Red Oxide

📋 copy color: '#511912'

red 81 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #511912

Tints of Red Oxide #511912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.52%

R = 65.32%
G = 20.16%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#511912 (or 0x511912) is known color: Red Oxide. HEX triplet: 51, 19 and 12. RGB value is (81,25,18). Sum of RGB (Red+Green+Blue) = 81+25+18=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #511912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511912 is #AEE6ED. Grayscale: #292929. Windows color (decimal): -11462382 or 1186129. OLE color: 1186129.

HSL color Cylindrical-coordinate representation of color #511912: hue angle of 6.67º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511912 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 18 -
CMYK 0 0.69 0.78 0.68
HSL 6.67º 0.64% 0.19% -
HSV(B) 6.67º 0.78% 0.32% -
XYZ 3.85 2.49 0.85 -
YUV 40.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 81 25 18 0 0.69 0.78 0.68 6.67 0.64 0.19
Hex 51 19 12 0 45 4E 44 7 40 13
Octal 121 31 22 0 105 116 104 7 100 23
Binary 1010001 11001 10010 0 1000101 1001110 1000100 111 1000000 10011

Color Harmonies of #511912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511912

Black with #511912

Text Example


Text Example

White with #511912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511912; }

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

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

background-color css

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

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

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

border-color css

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

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

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