Html Css Color HEX #511D19 Red Oxide

📋 copy color: '#511D19'

red 81 ◦ green 29 ◦ blue 25

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

Shades of Red Oxide #511D19

Tints of Red Oxide #511D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

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

R = 60%
G = 21.48%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#511D19 (or 0x511D19) is known color: Red Oxide. HEX triplet: 51, 1D and 19. RGB value is (81,29,25). Sum of RGB (Red+Green+Blue) = 81+29+25=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511D19 is #AEE2E6. Grayscale: #2C2C2C. Windows color (decimal): -11461351 or 1645905. OLE color: 1645905.

HSL color Cylindrical-coordinate representation of color #511D19: hue angle of 4.29º 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 #511D19 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 29 25 -
CMYK 0 0.64 0.69 0.68
HSL 4.29º 0.53% 0.21% -
HSV(B) 4.29º 0.69% 0.32% -
XYZ 4.01 2.7 1.23 -
YUV 44.09 117.23 154.33 -
System Red Green Blue C M Y K H S L
Decimal 81 29 25 0 0.64 0.69 0.68 4.29 0.53 0.21
Hex 51 1D 19 0 40 45 44 4 35 15
Octal 121 35 31 0 100 105 104 4 65 25
Binary 1010001 11101 11001 0 1000000 1000101 1000100 100 110101 10101

Color Harmonies of #511D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D19

Black with #511D19

Text Example


Text Example

White with #511D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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