Html Css Color HEX #511413 Red Oxide

📋 copy color: '#511413'

red 81 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #511413

Tints of Red Oxide #511413

RGB

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

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

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

R = 67.5%
G = 16.67%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#511413 (or 0x511413) is known color: Red Oxide. HEX triplet: 51, 14 and 13. RGB value is (81,20,19). Sum of RGB (Red+Green+Blue) = 81+20+19=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511413 is #AEEBEC. Grayscale: #262626. Windows color (decimal): -11463661 or 1250385. OLE color: 1250385.

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

Color convert

RGB 81 20 19 -
CMYK 0 0.75 0.77 0.68
HSL 0.97º 0.62% 0.2% -
HSV(B) 0.97º 0.77% 0.32% -
XYZ 3.76 2.3 0.86 -
YUV 38.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 81 20 19 0 0.75 0.77 0.68 0.97 0.62 0.2
Hex 51 14 13 0 4B 4D 44 1 3E 14
Octal 121 24 23 0 113 115 104 1 76 24
Binary 1010001 10100 10011 0 1001011 1001101 1000100 1 111110 10100

Color Harmonies of #511413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511413

Black with #511413

Text Example


Text Example

White with #511413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511413; }

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

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

background-color css

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

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

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

border-color css

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

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

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