Html Css Color HEX #510510 Bordeaux

📋 copy color: '#510510'

red 81 ◦ green 5 ◦ blue 16

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

Shades of Bordeaux #510510

Tints of Bordeaux #510510

RGB

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

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

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

R = 79.41%
G = 4.9%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#510510 (or 0x510510) is known color: Bordeaux. HEX triplet: 51, 05 and 10. RGB value is (81,5,16). Sum of RGB (Red+Green+Blue) = 81+5+16=102 (13% of max value = 765). Red value is 81 (32.03% from 255 or 79.41% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 81 - color contains mainly: red. Hex color #510510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510510 is #AEFAEF. Grayscale: #1D1D1D. Windows color (decimal): -11467504 or 1049937. OLE color: 1049937.

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

Color convert

RGB 81 5 16 -
CMYK 0 0.94 0.80 0.68
HSL 351.32º 0.88% 0.17% -
HSV(B) 351.32º 0.94% 0.32% -
XYZ 3.54 1.9 0.67 -
YUV 28.98 120.68 165.11 -
System Red Green Blue C M Y K H S L
Decimal 81 5 16 0 0.94 0.80 0.68 351.32 0.88 0.17
Hex 51 5 10 0 5E 50 44 15F 58 11
Octal 121 5 20 0 136 120 104 537 130 21
Binary 1010001 101 10000 0 1011110 1010000 1000100 101011111 1011000 10001

Color Harmonies of #510510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510510

Black with #510510

Text Example


Text Example

White with #510510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510510; }

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

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

background-color css

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

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

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

border-color css

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

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

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