#431523

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

Shades of Bordeaux #431523

Tints of Bordeaux #431523

Color information

#431523 (or 0x431523) is unknown color: approx Bordeaux. HEX triplet: 43, 15 and 23. RGB value is (67,21,35). Sum of RGB (Red+Green+Blue) = 67+21+35=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431523 is #BCEADC. Grayscale: #242424. Windows color (decimal): -12380893 or 2299203. OLE color: 2299203.

HSL color Cylindrical-coordinate representation of color #431523: hue angle of 341.74º 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 #431523 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB672135-
CMYK00.690.480.74
HSL341.74º52.27%17.25%-
HSV(B)341.74º68.66%26.27%-
XYZ2.891.851.8-
YUV36.35127.24149.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=54.47%
G=17.07%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67213500.690.480.74341.7452.2717.25
Hex431523045304A1563411
Octal10325430105601125266421
Binary10000111010110001101000101110000100101010101011011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431523; }

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

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

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

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

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

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

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

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