Html Css Color HEX #511412 Red Oxide

📋 copy color: '#511412'

red 81 ◦ green 20 ◦ blue 18

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

Shades of Red Oxide #511412

Tints of Red Oxide #511412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 68.07%
G = 16.81%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#511412 (or 0x511412) is known color: Red Oxide. HEX triplet: 51, 14 and 12. RGB value is (81,20,18). Sum of RGB (Red+Green+Blue) = 81+20+18=119 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.07% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 81 - color contains mainly: red. Hex color #511412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511412 is #AEEBED. Grayscale: #262626. Windows color (decimal): -11463662 or 1184849. OLE color: 1184849.

HSL color Cylindrical-coordinate representation of color #511412: hue angle of 1.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511412 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 20 18 -
CMYK 0 0.75 0.78 0.68
HSL 1.9º 0.64% 0.19% -
HSV(B) 1.9º 0.78% 0.32% -
XYZ 3.75 2.29 0.82 -
YUV 38.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 81 20 18 0 0.75 0.78 0.68 1.9 0.64 0.19
Hex 51 14 12 0 4B 4E 44 2 40 13
Octal 121 24 22 0 113 116 104 2 100 23
Binary 1010001 10100 10010 0 1001011 1001110 1000100 10 1000000 10011

Color Harmonies of #511412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511412

Black with #511412

Text Example


Text Example

White with #511412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511412; }

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

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

background-color css

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

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

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

border-color css

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

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

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