Html Css Color HEX #511A16 Red Oxide

📋 copy color: '#511A16'

red 81 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #511A16

Tints of Red Oxide #511A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

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

R = 62.79%
G = 20.16%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#511A16 (or 0x511A16) is known color: Red Oxide. HEX triplet: 51, 1A and 16. RGB value is (81,26,22). Sum of RGB (Red+Green+Blue) = 81+26+22=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A16 is #AEE5E9. Grayscale: #2A2A2A. Windows color (decimal): -11462122 or 1448529. OLE color: 1448529.

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

Color convert

RGB 81 26 22 -
CMYK 0 0.68 0.73 0.68
HSL 4.07º 0.57% 0.2% -
HSV(B) 4.07º 0.73% 0.32% -
XYZ 3.91 2.55 1.04 -
YUV 41.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 81 26 22 0 0.68 0.73 0.68 4.07 0.57 0.2
Hex 51 1A 16 0 44 49 44 4 39 14
Octal 121 32 26 0 104 111 104 4 71 24
Binary 1010001 11010 10110 0 1000100 1001001 1000100 100 111001 10100

Color Harmonies of #511A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A16

Black with #511A16

Text Example


Text Example

White with #511A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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