#431320

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

Shades of Bordeaux #431320

Tints of Bordeaux #431320

Color information

#431320 (or 0x431320) is unknown color: approx Bordeaux. HEX triplet: 43, 13 and 20. RGB value is (67,19,32). Sum of RGB (Red+Green+Blue) = 67+19+32=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #431320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431320 is #BCECDF. Grayscale: #222222. Windows color (decimal): -12381408 or 2102083. OLE color: 2102083.

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

Color convert

RGB671932-
CMYK00.720.520.74
HSL343.75º55.81%16.86%-
HSV(B)343.75º71.64%26.27%-
XYZ2.811.761.56-
YUV34.83126.4150.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 19 (7.81% from 255) = 16.10%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=56.78%
G=16.10%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67193200.720.520.74343.7555.8116.86
Hex431320048344A1583811
Octal10323400110641125307021
Binary10000111001110000001001000110100100101010101100011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431320; }

 p { color: rgb(67,19,32); }

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

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

 a { background-color: rgb(67,19,32); }

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

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

 span { border-color: rgb(67,19,32); }

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