Html Css Color HEX #510E1F Bordeaux

📋 copy color: '#510E1F'

red 81 ◦ green 14 ◦ blue 31

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

Shades of Bordeaux #510E1F

Tints of Bordeaux #510E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 64.29%
G = 11.11%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#510E1F (or 0x510E1F) is known color: Bordeaux. HEX triplet: 51, 0E and 1F. RGB value is (81,14,31). Sum of RGB (Red+Green+Blue) = 81+14+31=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #510E1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510E1F is #AEF1E0. Grayscale: #232323. Windows color (decimal): -11465185 or 2035281. OLE color: 2035281.

HSL color Cylindrical-coordinate representation of color #510E1F: hue angle of 344.78º 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 #510E1F is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 14 31 -
CMYK 0 0.83 0.62 0.68
HSL 344.78º 0.71% 0.19% -
HSV(B) 344.78º 0.83% 0.32% -
XYZ 3.8 2.16 1.51 -
YUV 35.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 81 14 31 0 0.83 0.62 0.68 344.78 0.71 0.19
Hex 51 E 1F 0 53 3E 44 159 47 13
Octal 121 16 37 0 123 76 104 531 107 23
Binary 1010001 1110 11111 0 1010011 111110 1000100 101011001 1000111 10011

Color Harmonies of #510E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510E1F

Black with #510E1F

Text Example


Text Example

White with #510E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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