#451B22

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

Shades of Bordeaux #451B22

Tints of Bordeaux #451B22

Color information

#451B22 (or 0x451B22) is unknown color: approx Bordeaux. HEX triplet: 45, 1B and 22. RGB value is (69,27,34). Sum of RGB (Red+Green+Blue) = 69+27+34=130 (17% of max value = 765). Red value is 69 (27.34% from 255 or 53.08% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 69 - color contains mainly: red. Hex color #451B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B22 is #BAE4DD. Grayscale: #282828. Windows color (decimal): -12248286 or 2235205. OLE color: 2235205.

HSL color Cylindrical-coordinate representation of color #451B22: hue angle of 350º degrees, saturation: 0.44, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #451B22 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB692734-
CMYK00.610.510.73
HSL350º43.75%18.82%-
HSV(B)350º60.87%27.06%-
XYZ3.132.161.77-
YUV40.36124.41148.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 53.08%
GREEN value IS 27 (10.94% from 255) = 20.77%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=53.08%
G=20.77%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69273400.610.510.7335043.7518.82
Hex451B2203D334915e2c13
Octal1053342075631115365423
Binary1000101110111000100111101110011100100110101111010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451B22; }

 p { color: rgb(69,27,34); }

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

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

 a { background-color: rgb(69,27,34); }

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

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

 span { border-color: rgb(69,27,34); }

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