Html Css Color HEX #511020 Bordeaux

📋 copy color: '#511020'

red 81 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #511020

Tints of Bordeaux #511020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.4%

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

R = 62.79%
G = 12.4%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511020 (or 0x511020) is known color: Bordeaux. HEX triplet: 51, 10 and 20. RGB value is (81,16,32). Sum of RGB (Red+Green+Blue) = 81+16+32=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #511020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511020 is #AEEFDF. Grayscale: #252525. Windows color (decimal): -11464672 or 2101329. OLE color: 2101329.

HSL color Cylindrical-coordinate representation of color #511020: hue angle of 345.23º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #511020 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 16 32 -
CMYK 0 0.80 0.60 0.68
HSL 345.23º 0.67% 0.19% -
HSV(B) 345.23º 0.8% 0.32% -
XYZ 3.84 2.22 1.59 -
YUV 37.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 81 16 32 0 0.80 0.60 0.68 345.23 0.67 0.19
Hex 51 10 20 0 50 3C 44 159 43 13
Octal 121 20 40 0 120 74 104 531 103 23
Binary 1010001 10000 100000 0 1010000 111100 1000100 101011001 1000011 10011

Color Harmonies of #511020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511020

Black with #511020

Text Example


Text Example

White with #511020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511020; }

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

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

background-color css

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

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

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

border-color css

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

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

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