Html Css Color HEX #511B16 Red Oxide

📋 copy color: '#511B16'

red 81 ◦ green 27 ◦ blue 22

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

Shades of Red Oxide #511B16

Tints of Red Oxide #511B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

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

R = 62.31%
G = 20.77%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#511B16 (or 0x511B16) is known color: Red Oxide. HEX triplet: 51, 1B and 16. RGB value is (81,27,22). Sum of RGB (Red+Green+Blue) = 81+27+22=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 22 (8.98% from 255 or 16.92% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #511B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511B16 is #AEE4E9. Grayscale: #2A2A2A. Windows color (decimal): -11461866 or 1448785. OLE color: 1448785.

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

Color convert

RGB 81 27 22 -
CMYK 0 0.67 0.73 0.68
HSL 5.08º 0.57% 0.2% -
HSV(B) 5.08º 0.73% 0.32% -
XYZ 3.93 2.59 1.05 -
YUV 42.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 81 27 22 0 0.67 0.73 0.68 5.08 0.57 0.2
Hex 51 1B 16 0 43 49 44 5 39 14
Octal 121 33 26 0 103 111 104 5 71 24
Binary 1010001 11011 10110 0 1000011 1001001 1000100 101 111001 10100

Color Harmonies of #511B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511B16

Black with #511B16

Text Example


Text Example

White with #511B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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