#510B1D

Color #510B1D Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #510B1D

Tints of Bordeaux #510B1D

Color information

#510B1D (or 0x510B1D) is unknown color: approx Bordeaux. HEX triplet: 51, 0B and 1D. RGB value is (81,11,29). Sum of RGB (Red+Green+Blue) = 81+11+29=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 11 (4.69% from 255 or 9.09% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510B1D is #AEF4E2. Grayscale: #212121. Windows color (decimal): -11465955 or 1903441. OLE color: 1903441.

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

Color convert

RGB811129-
CMYK00.860.640.68
HSL344.57º76.09%18.04%-
HSV(B)344.57º86.42%31.76%-
XYZ3.732.081.37-
YUV33.98125.19161.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 66.94%
GREEN value IS 11 (4.69% from 255) = 9.09%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=66.94%
G=9.09%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81112900.860.640.68344.5776.0918.04
Hex51B1D05640441594c12
Octal1211335012610010453111422
Binary10100011011111010101011010000001000100101011001100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,11,29); }

 H1.HeaderClassName
 {
   color: #510B1D;
 }
 .AnyTagClassName
 {
   color: #510B1D;
 }
</style>
background-color css

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

 a { background-color: rgb(81,11,29); }

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

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

 span { border-color: rgb(81,11,29); }

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