#451B1F

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

Shades of Bordeaux #451B1F

Tints of Bordeaux #451B1F

Color information

#451B1F (or 0x451B1F) is unknown color: approx Bordeaux. HEX triplet: 45, 1B and 1F. RGB value is (69,27,31). Sum of RGB (Red+Green+Blue) = 69+27+31=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B1F is #BAE4E0. Grayscale: #282828. Windows color (decimal): -12248289 or 2038597. OLE color: 2038597.

HSL color Cylindrical-coordinate representation of color #451B1F: hue angle of 354.29º 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 #451B1F is Cyan = 0, Magento = 0.61, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB692731-
CMYK00.610.550.73
HSL354.29º43.75%18.82%-
HSV(B)354.29º60.87%27.06%-
XYZ3.092.151.55-
YUV40.01122.91148.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 27 (10.94% from 255) = 21.26%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=54.33%
G=21.26%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69273100.610.550.73354.2943.7518.82
Hex451B1F03D37491622c13
Octal1053337075671115425423
Binary100010111011111110111101110111100100110110001010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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