Html Css Color HEX #511920 Bordeaux

📋 copy color: '#511920'

red 81 ◦ green 25 ◦ blue 32

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

Shades of Bordeaux #511920

Tints of Bordeaux #511920

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

 BLUE value IS 32 (12.89% from 255) = 23.19%

R = 58.7%
G = 18.12%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511920 (or 0x511920) is known color: Bordeaux. HEX triplet: 51, 19 and 20. RGB value is (81,25,32). Sum of RGB (Red+Green+Blue) = 81+25+32=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511920 is #AEE6DF. Grayscale: #2A2A2A. Windows color (decimal): -11462368 or 2103633. OLE color: 2103633.

HSL color Cylindrical-coordinate representation of color #511920: hue angle of 352.5º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511920 is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 25 32 -
CMYK 0 0.69 0.60 0.68
HSL 352.5º 0.53% 0.21% -
HSV(B) 352.5º 0.69% 0.32% -
XYZ 4 2.55 1.65 -
YUV 42.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 81 25 32 0 0.69 0.60 0.68 352.5 0.53 0.21
Hex 51 19 20 0 45 3C 44 160 35 15
Octal 121 31 40 0 105 74 104 540 65 25
Binary 1010001 11001 100000 0 1000101 111100 1000100 101100000 110101 10101

Color Harmonies of #511920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511920

Black with #511920

Text Example


Text Example

White with #511920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511920; }

 p { color: rgb(81,25,32); }

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

background-color css

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

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

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

border-color css

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

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

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