Html Css Color HEX #510D1F Bordeaux

📋 copy color: '#510D1F'

red 81 ◦ green 13 ◦ blue 31

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

Shades of Bordeaux #510D1F

Tints of Bordeaux #510D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.4%

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

R = 64.8%
G = 10.4%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#510D1F (or 0x510D1F) is known color: Bordeaux. HEX triplet: 51, 0D and 1F. RGB value is (81,13,31). Sum of RGB (Red+Green+Blue) = 81+13+31=125 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.8% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 81 - color contains mainly: red. Hex color #510D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510D1F is #AEF2E0. Grayscale: #232323. Windows color (decimal): -11465441 or 2035025. OLE color: 2035025.

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

Color convert

RGB 81 13 31 -
CMYK 0 0.84 0.62 0.68
HSL 344.12º 0.72% 0.18% -
HSV(B) 344.12º 0.84% 0.32% -
XYZ 3.78 2.14 1.51 -
YUV 35.38 125.53 160.54 -
System Red Green Blue C M Y K H S L
Decimal 81 13 31 0 0.84 0.62 0.68 344.12 0.72 0.18
Hex 51 D 1F 0 54 3E 44 158 48 12
Octal 121 15 37 0 124 76 104 530 110 22
Binary 1010001 1101 11111 0 1010100 111110 1000100 101011000 1001000 10010

Color Harmonies of #510D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510D1F

Black with #510D1F

Text Example


Text Example

White with #510D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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