Html Css Color HEX #510317 Bordeaux

📋 copy color: '#510317'

red 81 ◦ green 3 ◦ blue 23

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

Shades of Bordeaux #510317

Tints of Bordeaux #510317

RGB

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

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

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

R = 75.7%
G = 2.8%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#510317 (or 0x510317) is known color: Bordeaux. HEX triplet: 51, 03 and 17. RGB value is (81,3,23). Sum of RGB (Red+Green+Blue) = 81+3+23=107 (14% of max value = 765). Red value is 81 (32.03% from 255 or 75.70% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 81 - color contains mainly: red. Hex color #510317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510317 is #AEFCE8. Grayscale: #1C1C1C. Windows color (decimal): -11468009 or 1508177. OLE color: 1508177.

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

Color convert

RGB 81 3 23 -
CMYK 0 0.96 0.72 0.68
HSL 344.62º 0.93% 0.16% -
HSV(B) 344.62º 0.96% 0.32% -
XYZ 3.58 1.88 0.98 -
YUV 28.6 124.84 165.37 -
System Red Green Blue C M Y K H S L
Decimal 81 3 23 0 0.96 0.72 0.68 344.62 0.93 0.16
Hex 51 3 17 0 60 48 44 159 5D 10
Octal 121 3 27 0 140 110 104 531 135 20
Binary 1010001 11 10111 0 1100000 1001000 1000100 101011001 1011101 10000

Color Harmonies of #510317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510317

Black with #510317

Text Example


Text Example

White with #510317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510317; }

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

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

background-color css

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

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

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

border-color css

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

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

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