#511225

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

Shades of Bordeaux #511225

Tints of Bordeaux #511225

Color information

#511225 (or 0x511225) is unknown color: approx Bordeaux. HEX triplet: 51, 12 and 25. RGB value is (81,18,37). Sum of RGB (Red+Green+Blue) = 81+18+37=136 (18% of max value = 765). Red value is 81 (32.03% from 255 or 59.56% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 81 - color contains mainly: red. Hex color #511225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511225 is #AEEDDA. Grayscale: #262626. Windows color (decimal): -11464155 or 2429521. OLE color: 2429521.

HSL color Cylindrical-coordinate representation of color #511225: hue angle of 341.9º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511225 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB811837-
CMYK00.780.540.68
HSL341.9º63.64%19.41%-
HSV(B)341.9º77.78%31.76%-
XYZ3.942.321.99-
YUV39126.87157.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 59.56%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=59.56%
G=13.24%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81183700.780.540.68341.963.6419.41
Hex51122504E36441564013
Octal121224501166610452610023
Binary101000110010100101010011101101101000100101010110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511225; }

 p { color: rgb(81,18,37); }

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

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

 a { background-color: rgb(81,18,37); }

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

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

 span { border-color: rgb(81,18,37); }

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