Html Css Color HEX #511D1D Red Oxide

📋 copy color: '#511D1D'

red 81 ◦ green 29 ◦ blue 29

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

Shades of Red Oxide #511D1D

Tints of Red Oxide #511D1D

RGB

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

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

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

R = 58.27%
G = 20.86%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#511D1D (or 0x511D1D) is known color: Red Oxide. HEX triplet: 51, 1D and 1D. RGB value is (81,29,29). Sum of RGB (Red+Green+Blue) = 81+29+29=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #511D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511D1D is #AEE2E2. Grayscale: #2C2C2C. Windows color (decimal): -11461347 or 1908049. OLE color: 1908049.

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

Color convert

RGB 81 29 29 -
CMYK 0 0.64 0.64 0.68
HSL 0.47% 0.22% -
HSV(B) 0.64% 0.32% -
XYZ 4.05 2.72 1.47 -
YUV 44.55 119.23 154 -
System Red Green Blue C M Y K H S L
Decimal 81 29 29 0 0.64 0.64 0.68 0 0.47 0.22
Hex 51 1D 1D 0 40 40 44 0 2F 16
Octal 121 35 35 0 100 100 104 0 57 26
Binary 1010001 11101 11101 0 1000000 1000000 1000100 0 101111 10110

Color Harmonies of #511D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511D1D

Black with #511D1D

Text Example


Text Example

White with #511D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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