#431521

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

Shades of Bordeaux #431521

Tints of Bordeaux #431521

Color information

#431521 (or 0x431521) is unknown color: approx Bordeaux. HEX triplet: 43, 15 and 21. RGB value is (67,21,33). Sum of RGB (Red+Green+Blue) = 67+21+33=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431521 is #BCEADE. Grayscale: #242424. Windows color (decimal): -12380895 or 2168131. OLE color: 2168131.

HSL color Cylindrical-coordinate representation of color #431521: hue angle of 344.35º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431521 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB672133-
CMYK00.690.510.74
HSL344.35º52.27%17.25%-
HSV(B)344.35º68.66%26.27%-
XYZ2.861.841.64-
YUV36.12126.24150.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 21 (8.59% from 255) = 17.36%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=55.37%
G=17.36%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67213300.690.510.74344.3552.2717.25
Hex431521045334A1583411
Octal10325410105631125306421
Binary10000111010110000101000101110011100101010101100011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431521; }

 p { color: rgb(67,21,33); }

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

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

 a { background-color: rgb(67,21,33); }

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

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

 span { border-color: rgb(67,21,33); }

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