#451826

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

Shades of Bordeaux #451826

Tints of Bordeaux #451826

Color information

#451826 (or 0x451826) is unknown color: approx Bordeaux. HEX triplet: 45, 18 and 26. RGB value is (69,24,38). Sum of RGB (Red+Green+Blue) = 69+24+38=131 (17% of max value = 765). Red value is 69 (27.34% from 255 or 52.67% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 38 (15.23% from 255 or 29.01% from 131); Max value from RGB is 69 - color contains mainly: red. Hex color #451826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451826 is #BAE7D9. Grayscale: #272727. Windows color (decimal): -12249050 or 2496581. OLE color: 2496581.

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

Color convert

RGB692438-
CMYK00.650.450.73
HSL341.33º48.39%18.24%-
HSV(B)341.33º65.22%27.06%-
XYZ3.132.062.07-
YUV39.05127.41149.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 52.67%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 38 (15.23% from 255) = 29.01%
R=52.67%
G=18.32%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69243800.650.450.73341.3348.3918.24
Hex4518260412D491553012
Octal10530460101551115256022
Binary10001011100010011001000001101101100100110101010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451826; }

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

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

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

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

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

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

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

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