#510C18

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

Shades of Bordeaux #510C18

Tints of Bordeaux #510C18

Color information

#510C18 (or 0x510C18) is unknown color: approx Bordeaux. HEX triplet: 51, 0C and 18. RGB value is (81,12,24). Sum of RGB (Red+Green+Blue) = 81+12+24=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #510C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #510C18 is #AEF3E7. Grayscale: #222222. Windows color (decimal): -11465704 or 1576017. OLE color: 1576017.

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

Color convert

RGB811224-
CMYK00.850.700.68
HSL349.57º74.19%18.24%-
HSV(B)349.57º85.19%31.76%-
XYZ3.692.081.07-
YUV34122.36161.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 69.23%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=69.23%
G=10.26%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81122400.850.700.68349.5774.1918.24
Hex51C18055464415e4a12
Octal1211430012510610453611222
Binary10100011100110000101010110001101000100101011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,12,24); }

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

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

 a { background-color: rgb(81,12,24); }

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

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

 span { border-color: rgb(81,12,24); }

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