Html Css Color HEX #511A19 Red Oxide

📋 copy color: '#511A19'

red 81 ◦ green 26 ◦ blue 25

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

Shades of Red Oxide #511A19

Tints of Red Oxide #511A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.7%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 61.36%
G = 19.7%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#511A19 (or 0x511A19) is known color: Red Oxide. HEX triplet: 51, 1A and 19. RGB value is (81,26,25). Sum of RGB (Red+Green+Blue) = 81+26+25=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A19 is #AEE5E6. Grayscale: #2A2A2A. Windows color (decimal): -11462119 or 1645137. OLE color: 1645137.

HSL color Cylindrical-coordinate representation of color #511A19: hue angle of 1.07º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511A19 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 26 25 -
CMYK 0 0.68 0.69 0.68
HSL 1.07º 0.53% 0.21% -
HSV(B) 1.07º 0.69% 0.32% -
XYZ 3.94 2.56 1.21 -
YUV 42.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 81 26 25 0 0.68 0.69 0.68 1.07 0.53 0.21
Hex 51 1A 19 0 44 45 44 1 35 15
Octal 121 32 31 0 104 105 104 1 65 25
Binary 1010001 11010 11001 0 1000100 1000101 1000100 1 110101 10101

Color Harmonies of #511A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A19

Black with #511A19

Text Example


Text Example

White with #511A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A19; }

 p { color: rgb(81,26,25); }

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

background-color css

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

 a { background-color: rgb(81,26,25); }

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

border-color css

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

 span { border-color: rgb(81,26,25); }

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