Html Css Color HEX #510710 Bordeaux

📋 copy color: '#510710'

red 81 ◦ green 7 ◦ blue 16

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

Shades of Bordeaux #510710

Tints of Bordeaux #510710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.38%

R = 77.88%
G = 6.73%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#510710 (or 0x510710) is known color: Bordeaux. HEX triplet: 51, 07 and 10. RGB value is (81,7,16). Sum of RGB (Red+Green+Blue) = 81+7+16=104 (13% of max value = 765). Red value is 81 (32.03% from 255 or 77.88% from 104); Green value is 7 (3.12% from 255 or 6.73% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 81 - color contains mainly: red. Hex color #510710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510710 is #AEF8EF. Grayscale: #1E1E1E. Windows color (decimal): -11466992 or 1050449. OLE color: 1050449.

HSL color Cylindrical-coordinate representation of color #510710: hue angle of 352.7º 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 #510710 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 7 16 -
CMYK 0 0.91 0.80 0.68
HSL 352.7º 0.84% 0.17% -
HSV(B) 352.7º 0.91% 0.32% -
XYZ 3.56 1.94 0.68 -
YUV 30.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 81 7 16 0 0.91 0.80 0.68 352.7 0.84 0.17
Hex 51 7 10 0 5B 50 44 161 54 11
Octal 121 7 20 0 133 120 104 541 124 21
Binary 1010001 111 10000 0 1011011 1010000 1000100 101100001 1010100 10001

Color Harmonies of #510710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510710

Black with #510710

Text Example


Text Example

White with #510710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510710; }

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

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

background-color css

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

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

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

border-color css

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

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

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