#451525

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

Shades of Bordeaux #451525

Tints of Bordeaux #451525

Color information

#451525 (or 0x451525) is unknown color: approx Bordeaux. HEX triplet: 45, 15 and 25. RGB value is (69,21,37). Sum of RGB (Red+Green+Blue) = 69+21+37=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451525 is #BAEADA. Grayscale: #252525. Windows color (decimal): -12249819 or 2430277. OLE color: 2430277.

HSL color Cylindrical-coordinate representation of color #451525: hue angle of 340º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #451525 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB692137-
CMYK00.700.460.73
HSL340º53.33%17.65%-
HSV(B)340º69.57%27.06%-
XYZ3.061.941.96-
YUV37.18127.9150.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=54.33%
G=16.54%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69213700.700.460.7334053.3317.65
Hex4515250462E491543512
Octal10525450106561115246522
Binary10001011010110010101000110101110100100110101010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451525; }

 p { color: rgb(69,21,37); }

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

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

 a { background-color: rgb(69,21,37); }

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

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

 span { border-color: rgb(69,21,37); }

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