Html Css Color HEX #511513 Red Oxide

📋 copy color: '#511513'

red 81 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #511513

Tints of Red Oxide #511513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

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

R = 66.94%
G = 17.36%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#511513 (or 0x511513) is known color: Red Oxide. HEX triplet: 51, 15 and 13. RGB value is (81,21,19). Sum of RGB (Red+Green+Blue) = 81+21+19=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #511513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511513 is #AEEAEC. Grayscale: #262626. Windows color (decimal): -11463405 or 1250641. OLE color: 1250641.

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

Color convert

RGB 81 21 19 -
CMYK 0 0.74 0.77 0.68
HSL 1.94º 0.62% 0.2% -
HSV(B) 1.94º 0.77% 0.32% -
XYZ 3.78 2.33 0.87 -
YUV 38.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 81 21 19 0 0.74 0.77 0.68 1.94 0.62 0.2
Hex 51 15 13 0 4A 4D 44 2 3E 14
Octal 121 25 23 0 112 115 104 2 76 24
Binary 1010001 10101 10011 0 1001010 1001101 1000100 10 111110 10100

Color Harmonies of #511513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511513

Black with #511513

Text Example


Text Example

White with #511513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511513; }

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

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

background-color css

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

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

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

border-color css

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

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

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