Html Css Color HEX #510E15 Bordeaux

📋 copy color: '#510E15'

red 81 ◦ green 14 ◦ blue 21

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

Shades of Bordeaux #510E15

Tints of Bordeaux #510E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.07%

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 69.83%
G = 12.07%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#510E15 (or 0x510E15) is known color: Bordeaux. HEX triplet: 51, 0E and 15. RGB value is (81,14,21). Sum of RGB (Red+Green+Blue) = 81+14+21=116 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.83% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 81 - color contains mainly: red. Hex color #510E15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510E15 is #AEF1EA. Grayscale: #222222. Windows color (decimal): -11465195 or 1379921. OLE color: 1379921.

HSL color Cylindrical-coordinate representation of color #510E15: hue angle of 353.73º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E15 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 14 21 -
CMYK 0 0.83 0.74 0.68
HSL 353.73º 0.71% 0.19% -
HSV(B) 353.73º 0.83% 0.32% -
XYZ 3.69 2.12 0.92 -
YUV 34.83 120.2 160.93 -
System Red Green Blue C M Y K H S L
Decimal 81 14 21 0 0.83 0.74 0.68 353.73 0.71 0.19
Hex 51 E 15 0 53 4A 44 162 47 13
Octal 121 16 25 0 123 112 104 542 107 23
Binary 1010001 1110 10101 0 1010011 1001010 1000100 101100010 1000111 10011

Color Harmonies of #510E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E15

Black with #510E15

Text Example


Text Example

White with #510E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510E15; }

 p { color: rgb(81,14,21); }

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

background-color css

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

 a { background-color: rgb(81,14,21); }

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

border-color css

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

 span { border-color: rgb(81,14,21); }

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