#451421

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

Shades of Bordeaux #451421

Tints of Bordeaux #451421

Color information

#451421 (or 0x451421) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 21. RGB value is (69,20,33). Sum of RGB (Red+Green+Blue) = 69+20+33=122 (16% of max value = 765). Red value is 69 (27.34% from 255 or 56.56% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 69 - color contains mainly: red. Hex color #451421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #451421 is #BAEBDE. Grayscale: #242424. Windows color (decimal): -12250079 or 2167877. OLE color: 2167877.

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

Color convert

RGB692033-
CMYK00.710.520.73
HSL344.08º55.06%17.45%-
HSV(B)344.08º71.01%27.06%-
XYZ2.981.881.64-
YUV36.13126.23151.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 56.56%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=56.56%
G=16.39%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69203300.710.520.73344.0855.0617.45
Hex45142104734491583711
Octal10524410107641115306721
Binary10001011010010000101000111110100100100110101100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451421; }

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

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

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

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

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

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

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

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