Html Css Color HEX #510917 Bordeaux

📋 copy color: '#510917'

red 81 ◦ green 9 ◦ blue 23

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

Shades of Bordeaux #510917

Tints of Bordeaux #510917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.96%

 BLUE value IS 23 (9.38% from 255) = 20.35%

R = 71.68%
G = 7.96%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#510917 (or 0x510917) is known color: Bordeaux. HEX triplet: 51, 09 and 17. RGB value is (81,9,23). Sum of RGB (Red+Green+Blue) = 81+9+23=113 (14% of max value = 765). Red value is 81 (32.03% from 255 or 71.68% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 81 - color contains mainly: red. Hex color #510917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510917 is #AEF6E8. Grayscale: #202020. Windows color (decimal): -11466473 or 1509713. OLE color: 1509713.

HSL color Cylindrical-coordinate representation of color #510917: hue angle of 348.33º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510917 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 9 23 -
CMYK 0 0.89 0.72 0.68
HSL 348.33º 0.8% 0.18% -
HSV(B) 348.33º 0.89% 0.32% -
XYZ 3.65 2.01 1.01 -
YUV 32.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 81 9 23 0 0.89 0.72 0.68 348.33 0.8 0.18
Hex 51 9 17 0 59 48 44 15C 50 12
Octal 121 11 27 0 131 110 104 534 120 22
Binary 1010001 1001 10111 0 1011001 1001000 1000100 101011100 1010000 10010

Color Harmonies of #510917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510917

Black with #510917

Text Example


Text Example

White with #510917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510917; }

 p { color: rgb(81,9,23); }

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

background-color css

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

 a { background-color: rgb(81,9,23); }

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

border-color css

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

 span { border-color: rgb(81,9,23); }

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