Html Css Color HEX #511510 Red Oxide

📋 copy color: '#511510'

red 81 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #511510

Tints of Red Oxide #511510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 68.64%
G = 17.8%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#511510 (or 0x511510) is known color: Red Oxide. HEX triplet: 51, 15 and 10. RGB value is (81,21,16). Sum of RGB (Red+Green+Blue) = 81+21+16=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511510 is #AEEAEF. Grayscale: #262626. Windows color (decimal): -11463408 or 1054033. OLE color: 1054033.

HSL color Cylindrical-coordinate representation of color #511510: hue angle of 4.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511510 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 21 16 -
CMYK 0 0.74 0.80 0.68
HSL 4.62º 0.67% 0.19% -
HSV(B) 4.62º 0.8% 0.32% -
XYZ 3.76 2.32 0.74 -
YUV 38.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 81 21 16 0 0.74 0.80 0.68 4.62 0.67 0.19
Hex 51 15 10 0 4A 50 44 5 43 13
Octal 121 25 20 0 112 120 104 5 103 23
Binary 1010001 10101 10000 0 1001010 1010000 1000100 101 1000011 10011

Color Harmonies of #511510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511510

Black with #511510

Text Example


Text Example

White with #511510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511510; }

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

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

background-color css

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

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

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

border-color css

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

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

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