#451825

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

Shades of Bordeaux #451825

Tints of Bordeaux #451825

Color information

#451825 (or 0x451825) is unknown color: approx Bordeaux. HEX triplet: 45, 18 and 25. RGB value is (69,24,37). Sum of RGB (Red+Green+Blue) = 69+24+37=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451825 is #BAE7DA. Grayscale: #262626. Windows color (decimal): -12249051 or 2431045. OLE color: 2431045.

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

Color convert

RGB692437-
CMYK00.650.460.73
HSL342.67º48.39%18.24%-
HSV(B)342.67º65.22%27.06%-
XYZ3.112.051.98-
YUV38.94126.91149.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=53.08%
G=18.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69243700.650.460.73342.6748.3918.24
Hex4518250412E491573012
Octal10530450101561115276022
Binary10001011100010010101000001101110100100110101011111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451825; }

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

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

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

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

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

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

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

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