#451524

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

Shades of Bordeaux #451524

Tints of Bordeaux #451524

Color information

#451524 (or 0x451524) is unknown color: approx Bordeaux. HEX triplet: 45, 15 and 24. RGB value is (69,21,36). Sum of RGB (Red+Green+Blue) = 69+21+36=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451524 is #BAEADB. Grayscale: #252525. Windows color (decimal): -12249820 or 2364741. OLE color: 2364741.

HSL color Cylindrical-coordinate representation of color #451524: hue angle of 341.25º 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 #451524 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB692136-
CMYK00.700.480.73
HSL341.25º53.33%17.65%-
HSV(B)341.25º69.57%27.06%-
XYZ3.041.931.88-
YUV37.06127.4150.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=54.76%
G=16.67%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69213600.700.480.73341.2553.3317.65
Hex45152404630491553512
Octal10525440106601115256522
Binary10001011010110010001000110110000100100110101010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451524; }

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

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

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

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

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

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

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

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