Html Css Color HEX #511726 Bordeaux

📋 copy color: '#511726'

red 81 ◦ green 23 ◦ blue 38

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

Shades of Bordeaux #511726

Tints of Bordeaux #511726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

 BLUE value IS 38 (15.23% from 255) = 26.76%

R = 57.04%
G = 16.2%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.68

RGB Variations

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

Color information

#511726 (or 0x511726) is known color: Bordeaux. HEX triplet: 51, 17 and 26. RGB value is (81,23,38). Sum of RGB (Red+Green+Blue) = 81+23+38=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511726 is #AEE8D9. Grayscale: #2A2A2A. Windows color (decimal): -11462874 or 2496337. OLE color: 2496337.

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

Color convert

RGB 81 23 38 -
CMYK 0 0.72 0.53 0.68
HSL 344.48º 0.56% 0.2% -
HSV(B) 344.48º 0.72% 0.32% -
XYZ 4.05 2.5 2.1 -
YUV 42.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 81 23 38 0 0.72 0.53 0.68 344.48 0.56 0.2
Hex 51 17 26 0 48 35 44 158 38 14
Octal 121 27 46 0 110 65 104 530 70 24
Binary 1010001 10111 100110 0 1001000 110101 1000100 101011000 111000 10100

Color Harmonies of #511726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511726

Black with #511726

Text Example


Text Example

White with #511726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511726; }

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

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

background-color css

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

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

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

border-color css

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

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

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