Html Css Color HEX #510720 Bordeaux

📋 copy color: '#510720'

red 81 ◦ green 7 ◦ blue 32

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

Shades of Bordeaux #510720

Tints of Bordeaux #510720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.83%

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

R = 67.5%
G = 5.83%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#510720 (or 0x510720) is known color: Bordeaux. HEX triplet: 51, 07 and 20. RGB value is (81,7,32). Sum of RGB (Red+Green+Blue) = 81+7+32=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 32 (12.89% from 255 or 26.67% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #510720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510720 is #AEF8DF. Grayscale: #1F1F1F. Windows color (decimal): -11466976 or 2099025. OLE color: 2099025.

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

Color convert

RGB 81 7 32 -
CMYK 0 0.91 0.60 0.68
HSL 339.73º 0.84% 0.17% -
HSV(B) 339.73º 0.91% 0.32% -
XYZ 3.73 2.01 1.56 -
YUV 31.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 81 7 32 0 0.91 0.60 0.68 339.73 0.84 0.17
Hex 51 7 20 0 5B 3C 44 154 54 11
Octal 121 7 40 0 133 74 104 524 124 21
Binary 1010001 111 100000 0 1011011 111100 1000100 101010100 1010100 10001

Color Harmonies of #510720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510720

Black with #510720

Text Example


Text Example

White with #510720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510720; }

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

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

background-color css

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

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

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

border-color css

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

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

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