Html Css Color HEX #511C19 Red Oxide

📋 copy color: '#511C19'

red 81 ◦ green 28 ◦ blue 25

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

Shades of Red Oxide #511C19

Tints of Red Oxide #511C19

RGB

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

 GREEN value IS 28 (11.33% from 255) = 20.9%

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

R = 60.45%
G = 20.9%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#511C19 (or 0x511C19) is known color: Red Oxide. HEX triplet: 51, 1C and 19. RGB value is (81,28,25). Sum of RGB (Red+Green+Blue) = 81+28+25=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #511C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #511C19 is #AEE3E6. Grayscale: #2B2B2B. Windows color (decimal): -11461607 or 1645649. OLE color: 1645649.

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

Color convert

RGB 81 28 25 -
CMYK 0 0.65 0.69 0.68
HSL 3.21º 0.53% 0.21% -
HSV(B) 3.21º 0.69% 0.32% -
XYZ 3.98 2.65 1.22 -
YUV 43.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 81 28 25 0 0.65 0.69 0.68 3.21 0.53 0.21
Hex 51 1C 19 0 41 45 44 3 35 15
Octal 121 34 31 0 101 105 104 3 65 25
Binary 1010001 11100 11001 0 1000001 1000101 1000100 11 110101 10101

Color Harmonies of #511C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511C19

Black with #511C19

Text Example


Text Example

White with #511C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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