Html Css Color HEX #511523 Bordeaux

📋 copy color: '#511523'

red 81 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #511523

Tints of Bordeaux #511523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 59.12%
G = 15.33%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#511523 (or 0x511523) is known color: Bordeaux. HEX triplet: 51, 15 and 23. RGB value is (81,21,35). Sum of RGB (Red+Green+Blue) = 81+21+35=137 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.12% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 81 - color contains mainly: red. Hex color #511523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511523 is #AEEADC. Grayscale: #282828. Windows color (decimal): -11463389 or 2299217. OLE color: 2299217.

HSL color Cylindrical-coordinate representation of color #511523: hue angle of 346º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #511523 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 21 35 -
CMYK 0 0.74 0.57 0.68
HSL 346º 0.59% 0.2% -
HSV(B) 346º 0.74% 0.32% -
XYZ 3.96 2.41 1.85 -
YUV 40.54 124.88 156.86 -
System Red Green Blue C M Y K H S L
Decimal 81 21 35 0 0.74 0.57 0.68 346 0.59 0.2
Hex 51 15 23 0 4A 39 44 15A 3B 14
Octal 121 25 43 0 112 71 104 532 73 24
Binary 1010001 10101 100011 0 1001010 111001 1000100 101011010 111011 10100

Color Harmonies of #511523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511523

Black with #511523

Text Example


Text Example

White with #511523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511523; }

 p { color: rgb(81,21,35); }

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

background-color css

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

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

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

border-color css

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

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

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