Html Css Color HEX #511E1D Red Oxide

📋 copy color: '#511E1D'

red 81 ◦ green 30 ◦ blue 29

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

Shades of Red Oxide #511E1D

Tints of Red Oxide #511E1D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.43%

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 57.86%
G = 21.43%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#511E1D (or 0x511E1D) is known color: Red Oxide. HEX triplet: 51, 1E and 1D. RGB value is (81,30,29). Sum of RGB (Red+Green+Blue) = 81+30+29=140 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.86% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 81 - color contains mainly: red. Hex color #511E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E1D is #AEE1E2. Grayscale: #2D2D2D. Windows color (decimal): -11461091 or 1908305. OLE color: 1908305.

HSL color Cylindrical-coordinate representation of color #511E1D: hue angle of 1.15º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #511E1D is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 30 29 -
CMYK 0 0.63 0.64 0.68
HSL 1.15º 0.47% 0.22% -
HSV(B) 1.15º 0.64% 0.32% -
XYZ 4.08 2.77 1.48 -
YUV 45.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 81 30 29 0 0.63 0.64 0.68 1.15 0.47 0.22
Hex 51 1E 1D 0 3F 40 44 1 2F 16
Octal 121 36 35 0 77 100 104 1 57 26
Binary 1010001 11110 11101 0 111111 1000000 1000100 1 101111 10110

Color Harmonies of #511E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E1D

Black with #511E1D

Text Example


Text Example

White with #511E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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