Html Css Color HEX #511613 Red Oxide

📋 copy color: '#511613'

red 81 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #511613

Tints of Red Oxide #511613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 66.39%
G = 18.03%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#511613 (or 0x511613) is known color: Red Oxide. HEX triplet: 51, 16 and 13. RGB value is (81,22,19). Sum of RGB (Red+Green+Blue) = 81+22+19=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #511613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511613 is #AEE9EC. Grayscale: #272727. Windows color (decimal): -11463149 or 1250897. OLE color: 1250897.

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

Color convert

RGB 81 22 19 -
CMYK 0 0.73 0.77 0.68
HSL 2.9º 0.62% 0.2% -
HSV(B) 2.9º 0.77% 0.32% -
XYZ 3.8 2.37 0.87 -
YUV 39.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 81 22 19 0 0.73 0.77 0.68 2.9 0.62 0.2
Hex 51 16 13 0 49 4D 44 3 3E 14
Octal 121 26 23 0 111 115 104 3 76 24
Binary 1010001 10110 10011 0 1001001 1001101 1000100 11 111110 10100

Color Harmonies of #511613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511613

Black with #511613

Text Example


Text Example

White with #511613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511613; }

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

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

background-color css

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

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

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

border-color css

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

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

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