Html Css Color HEX #510520 Bordeaux

📋 copy color: '#510520'

red 81 ◦ green 5 ◦ blue 32

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

Shades of Bordeaux #510520

Tints of Bordeaux #510520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.24%

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

R = 68.64%
G = 4.24%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#510520 (or 0x510520) is known color: Bordeaux. HEX triplet: 51, 05 and 20. RGB value is (81,5,32). Sum of RGB (Red+Green+Blue) = 81+5+32=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 5 (2.34% from 255 or 4.24% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #510520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510520 is #AEFADF. Grayscale: #1E1E1E. Windows color (decimal): -11467488 or 2098513. OLE color: 2098513.

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

Color convert

RGB 81 5 32 -
CMYK 0 0.94 0.60 0.68
HSL 338.68º 0.88% 0.17% -
HSV(B) 338.68º 0.94% 0.32% -
XYZ 3.71 1.96 1.55 -
YUV 30.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 81 5 32 0 0.94 0.60 0.68 338.68 0.88 0.17
Hex 51 5 20 0 5E 3C 44 153 58 11
Octal 121 5 40 0 136 74 104 523 130 21
Binary 1010001 101 100000 0 1011110 111100 1000100 101010011 1011000 10001

Color Harmonies of #510520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510520

Black with #510520

Text Example


Text Example

White with #510520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510520; }

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

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

background-color css

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

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

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

border-color css

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

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

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