Html Css Color HEX #510920 Bordeaux

📋 copy color: '#510920'

red 81 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #510920

Tints of Bordeaux #510920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.38%

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

R = 66.39%
G = 7.38%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#510920 (or 0x510920) is known color: Bordeaux. HEX triplet: 51, 09 and 20. RGB value is (81,9,32). Sum of RGB (Red+Green+Blue) = 81+9+32=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #510920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510920 is #AEF6DF. Grayscale: #212121. Windows color (decimal): -11466464 or 2099537. OLE color: 2099537.

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

Color convert

RGB 81 9 32 -
CMYK 0 0.89 0.60 0.68
HSL 340.83º 0.8% 0.18% -
HSV(B) 340.83º 0.89% 0.32% -
XYZ 3.75 2.05 1.56 -
YUV 33.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 81 9 32 0 0.89 0.60 0.68 340.83 0.8 0.18
Hex 51 9 20 0 59 3C 44 155 50 12
Octal 121 11 40 0 131 74 104 525 120 22
Binary 1010001 1001 100000 0 1011001 111100 1000100 101010101 1010000 10010

Color Harmonies of #510920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510920

Black with #510920

Text Example


Text Example

White with #510920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510920; }

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

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

background-color css

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

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

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

border-color css

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

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

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