Html Css Color HEX #511A17 Red Oxide

📋 copy color: '#511A17'

red 81 ◦ green 26 ◦ blue 23

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

Shades of Red Oxide #511A17

Tints of Red Oxide #511A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 17.69%

R = 62.31%
G = 20%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#511A17 (or 0x511A17) is known color: Red Oxide. HEX triplet: 51, 1A and 17. RGB value is (81,26,23). Sum of RGB (Red+Green+Blue) = 81+26+23=130 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.31% from 130); Green value is 26 (10.55% from 255 or 20% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 81 - color contains mainly: red. Hex color #511A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511A17 is #AEE5E8. Grayscale: #2A2A2A. Windows color (decimal): -11462121 or 1514065. OLE color: 1514065.

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

Color convert

RGB 81 26 23 -
CMYK 0 0.68 0.72 0.68
HSL 3.1º 0.56% 0.2% -
HSV(B) 3.1º 0.72% 0.32% -
XYZ 3.92 2.55 1.1 -
YUV 42.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 81 26 23 0 0.68 0.72 0.68 3.1 0.56 0.2
Hex 51 1A 17 0 44 48 44 3 38 14
Octal 121 32 27 0 104 110 104 3 70 24
Binary 1010001 11010 10111 0 1000100 1001000 1000100 11 111000 10100

Color Harmonies of #511A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A17

Black with #511A17

Text Example


Text Example

White with #511A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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