#431220

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

Shades of Bordeaux #431220

Tints of Bordeaux #431220

Color information

#431220 (or 0x431220) is unknown color: approx Bordeaux. HEX triplet: 43, 12 and 20. RGB value is (67,18,32). Sum of RGB (Red+Green+Blue) = 67+18+32=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #431220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431220 is #BCEDDF. Grayscale: #222222. Windows color (decimal): -12381664 or 2101827. OLE color: 2101827.

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

Color convert

RGB671832-
CMYK00.730.520.74
HSL342.86º57.65%16.67%-
HSV(B)342.86º73.13%26.27%-
XYZ2.791.731.55-
YUV34.25126.73151.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 32 (12.89% from 255) = 27.35%
R=57.26%
G=15.38%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67183200.730.520.74342.8657.6516.67
Hex431220049344A1573a11
Octal10322400111641125277221
Binary10000111001010000001001001110100100101010101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431220; }

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

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

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

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

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

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

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

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