#451921

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

Shades of Bordeaux #451921

Tints of Bordeaux #451921

Color information

#451921 (or 0x451921) is unknown color: approx Bordeaux. HEX triplet: 45, 19 and 21. RGB value is (69,25,33). Sum of RGB (Red+Green+Blue) = 69+25+33=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451921 is #BAE6DE. Grayscale: #272727. Windows color (decimal): -12248799 or 2169157. OLE color: 2169157.

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

Color convert

RGB692533-
CMYK00.640.520.73
HSL349.09º46.81%18.43%-
HSV(B)349.09º63.77%27.06%-
XYZ3.082.071.68-
YUV39.07124.58149.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=54.33%
G=19.69%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69253300.640.520.73349.0946.8118.43
Hex451921040344915d2f12
Octal10531410100641115355722
Binary10001011100110000101000000110100100100110101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451921; }

 p { color: rgb(69,25,33); }

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

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

 a { background-color: rgb(69,25,33); }

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

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

 span { border-color: rgb(69,25,33); }

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