#451725

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

Shades of Bordeaux #451725

Tints of Bordeaux #451725

Color information

#451725 (or 0x451725) is unknown color: approx Bordeaux. HEX triplet: 45, 17 and 25. RGB value is (69,23,37). Sum of RGB (Red+Green+Blue) = 69+23+37=129 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.49% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 69 - color contains mainly: red. Hex color #451725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451725 is #BAE8DA. Grayscale: #262626. Windows color (decimal): -12249307 or 2430789. OLE color: 2430789.

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

Color convert

RGB692337-
CMYK00.670.460.73
HSL341.74º50%18.04%-
HSV(B)341.74º66.67%27.06%-
XYZ3.092.011.98-
YUV38.35127.24149.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.49%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=53.49%
G=17.83%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69233700.670.460.73341.745018.04
Hex4517250432E491563212
Octal10527450103561115266222
Binary10001011011110010101000011101110100100110101011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451725; }

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

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

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

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

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

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

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

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