#431422

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

Shades of Bordeaux #431422

Tints of Bordeaux #431422

Color information

#431422 (or 0x431422) is unknown color: approx Bordeaux. HEX triplet: 43, 14 and 22. RGB value is (67,20,34). Sum of RGB (Red+Green+Blue) = 67+20+34=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #431422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431422 is #BCEBDD. Grayscale: #232323. Windows color (decimal): -12381150 or 2233411. OLE color: 2233411.

HSL color Cylindrical-coordinate representation of color #431422: hue angle of 342.13º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431422 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB672034-
CMYK00.700.490.74
HSL342.13º54.02%17.06%-
HSV(B)342.13º70.15%26.27%-
XYZ2.851.811.71-
YUV35.65127.07150.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 34 (13.67% from 255) = 28.10%
R=55.37%
G=16.53%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67203400.700.490.74342.1354.0217.06
Hex431422046314A1563611
Octal10324420106611125266621
Binary10000111010010001001000110110001100101010101011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431422; }

 p { color: rgb(67,20,34); }

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

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

 a { background-color: rgb(67,20,34); }

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

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

 span { border-color: rgb(67,20,34); }

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