Html Css Color HEX #511816 Red Oxide

📋 copy color: '#511816'

red 81 ◦ green 24 ◦ blue 22

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

Shades of Red Oxide #511816

Tints of Red Oxide #511816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 63.78%
G = 18.9%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#511816 (or 0x511816) is known color: Red Oxide. HEX triplet: 51, 18 and 16. RGB value is (81,24,22). Sum of RGB (Red+Green+Blue) = 81+24+22=127 (16% of max value = 765). Red value is 81 (32.03% from 255 or 63.78% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 81 - color contains mainly: red. Hex color #511816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511816 is #AEE7E9. Grayscale: #282828. Windows color (decimal): -11462634 or 1448017. OLE color: 1448017.

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

Color convert

RGB 81 24 22 -
CMYK 0 0.70 0.73 0.68
HSL 2.03º 0.57% 0.2% -
HSV(B) 2.03º 0.73% 0.32% -
XYZ 3.86 2.46 1.03 -
YUV 40.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 81 24 22 0 0.70 0.73 0.68 2.03 0.57 0.2
Hex 51 18 16 0 46 49 44 2 39 14
Octal 121 30 26 0 106 111 104 2 71 24
Binary 1010001 11000 10110 0 1000110 1001001 1000100 10 111001 10100

Color Harmonies of #511816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511816

Black with #511816

Text Example


Text Example

White with #511816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511816; }

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

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

background-color css

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

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

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

border-color css

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

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

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