#511425

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

Shades of Bordeaux #511425

Tints of Bordeaux #511425

Color information

#511425 (or 0x511425) is unknown color: approx Bordeaux. HEX triplet: 51, 14 and 25. RGB value is (81,20,37). Sum of RGB (Red+Green+Blue) = 81+20+37=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #511425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511425 is #AEEBDA. Grayscale: #282828. Windows color (decimal): -11463643 or 2430033. OLE color: 2430033.

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

Color convert

RGB812037-
CMYK00.750.540.68
HSL343.28º60.4%19.8%-
HSV(B)343.28º75.31%31.76%-
XYZ3.982.382-
YUV40.18126.21157.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 37 (14.84% from 255) = 26.81%
R=58.70%
G=14.49%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81203700.750.540.68343.2860.419.8
Hex51142504B36441573c14
Octal12124450113661045277424
Binary10100011010010010101001011110110100010010101011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511425; }

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

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

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

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

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

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

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

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