Html Css Color HEX #511410 Red Oxide

📋 copy color: '#511410'

red 81 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #511410

Tints of Red Oxide #511410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.09%

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

R = 69.23%
G = 17.09%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#511410 (or 0x511410) is known color: Red Oxide. HEX triplet: 51, 14 and 10. RGB value is (81,20,16). Sum of RGB (Red+Green+Blue) = 81+20+16=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #511410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511410 is #AEEBEF. Grayscale: #252525. Windows color (decimal): -11463664 or 1053777. OLE color: 1053777.

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

Color convert

RGB 81 20 16 -
CMYK 0 0.75 0.80 0.68
HSL 3.69º 0.67% 0.19% -
HSV(B) 3.69º 0.8% 0.32% -
XYZ 3.74 2.29 0.73 -
YUV 37.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 81 20 16 0 0.75 0.80 0.68 3.69 0.67 0.19
Hex 51 14 10 0 4B 50 44 4 43 13
Octal 121 24 20 0 113 120 104 4 103 23
Binary 1010001 10100 10000 0 1001011 1010000 1000100 100 1000011 10011

Color Harmonies of #511410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511410

Black with #511410

Text Example


Text Example

White with #511410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511410; }

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

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

background-color css

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

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

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

border-color css

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

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

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