#431720

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

Shades of Bordeaux #431720

Tints of Bordeaux #431720

Color information

#431720 (or 0x431720) is unknown color: approx Bordeaux. HEX triplet: 43, 17 and 20. RGB value is (67,23,32). Sum of RGB (Red+Green+Blue) = 67+23+32=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431720 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431720 is #BCE8DF. Grayscale: #252525. Windows color (decimal): -12380384 or 2103107. OLE color: 2103107.

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

Color convert

RGB672332-
CMYK00.660.520.74
HSL347.73º48.89%17.65%-
HSV(B)347.73º65.67%26.27%-
XYZ2.881.911.58-
YUV37.18125.08149.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=54.92%
G=18.85%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67233200.660.520.74347.7348.8917.65
Hex431720042344A15c3112
Octal10327400102641125346122
Binary10000111011110000001000010110100100101010101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431720; }

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

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

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

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

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

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

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

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