Html Css Color HEX #511E1C Red Oxide

📋 copy color: '#511E1C'

red 81 ◦ green 30 ◦ blue 28

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

Shades of Red Oxide #511E1C

Tints of Red Oxide #511E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 20.14%

R = 58.27%
G = 21.58%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#511E1C (or 0x511E1C) is known color: Red Oxide. HEX triplet: 51, 1E and 1C. RGB value is (81,30,28). Sum of RGB (Red+Green+Blue) = 81+30+28=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E1C is #AEE1E3. Grayscale: #2D2D2D. Windows color (decimal): -11461092 or 1842769. OLE color: 1842769.

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

Color convert

RGB 81 30 28 -
CMYK 0 0.63 0.65 0.68
HSL 2.26º 0.49% 0.21% -
HSV(B) 2.26º 0.65% 0.32% -
XYZ 4.07 2.76 1.42 -
YUV 45.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 81 30 28 0 0.63 0.65 0.68 2.26 0.49 0.21
Hex 51 1E 1C 0 3F 41 44 2 31 15
Octal 121 36 34 0 77 101 104 2 61 25
Binary 1010001 11110 11100 0 111111 1000001 1000100 10 110001 10101

Color Harmonies of #511E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511E1C

Black with #511E1C

Text Example


Text Example

White with #511E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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