Html Css Color HEX #510519 Bordeaux

📋 copy color: '#510519'

red 81 ◦ green 5 ◦ blue 25

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

Shades of Bordeaux #510519

Tints of Bordeaux #510519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.52%

R = 72.97%
G = 4.5%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#510519 (or 0x510519) is known color: Bordeaux. HEX triplet: 51, 05 and 19. RGB value is (81,5,25). Sum of RGB (Red+Green+Blue) = 81+5+25=111 (14% of max value = 765). Red value is 81 (32.03% from 255 or 72.97% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 81 - color contains mainly: red. Hex color #510519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510519 is #AEFAE6. Grayscale: #1E1E1E. Windows color (decimal): -11467495 or 1639761. OLE color: 1639761.

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

Color convert

RGB 81 5 25 -
CMYK 0 0.94 0.69 0.68
HSL 344.21º 0.88% 0.17% -
HSV(B) 344.21º 0.94% 0.32% -
XYZ 3.62 1.93 1.1 -
YUV 30 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 81 5 25 0 0.94 0.69 0.68 344.21 0.88 0.17
Hex 51 5 19 0 5E 45 44 158 58 11
Octal 121 5 31 0 136 105 104 530 130 21
Binary 1010001 101 11001 0 1011110 1000101 1000100 101011000 1011000 10001

Color Harmonies of #510519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510519

Black with #510519

Text Example


Text Example

White with #510519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510519; }

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

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

background-color css

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

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

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

border-color css

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

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

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