Html Css Color HEX #510319 Bordeaux

📋 copy color: '#510319'

red 81 ◦ green 3 ◦ blue 25

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

Shades of Bordeaux #510319

Tints of Bordeaux #510319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.75%

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

R = 74.31%
G = 2.75%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.68

RGB Variations

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

Color information

#510319 (or 0x510319) is known color: Bordeaux. HEX triplet: 51, 03 and 19. RGB value is (81,3,25). Sum of RGB (Red+Green+Blue) = 81+3+25=109 (14% of max value = 765). Red value is 81 (32.03% from 255 or 74.31% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 81 - color contains mainly: red. Hex color #510319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510319 is #AEFCE6. Grayscale: #1C1C1C. Windows color (decimal): -11468007 or 1639249. OLE color: 1639249.

HSL color Cylindrical-coordinate representation of color #510319: hue angle of 343.08º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510319 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 3 25 -
CMYK 0 0.96 0.69 0.68
HSL 343.08º 0.93% 0.16% -
HSV(B) 343.08º 0.96% 0.32% -
XYZ 3.6 1.88 1.09 -
YUV 28.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 81 3 25 0 0.96 0.69 0.68 343.08 0.93 0.16
Hex 51 3 19 0 60 45 44 157 5D 10
Octal 121 3 31 0 140 105 104 527 135 20
Binary 1010001 11 11001 0 1100000 1000101 1000100 101010111 1011101 10000

Color Harmonies of #510319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510319

Black with #510319

Text Example


Text Example

White with #510319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510319; }

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

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

background-color css

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

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

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

border-color css

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

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

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