#431222

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

Shades of Bordeaux #431222

Tints of Bordeaux #431222

Color information

#431222 (or 0x431222) is unknown color: approx Bordeaux. HEX triplet: 43, 12 and 22. RGB value is (67,18,34). Sum of RGB (Red+Green+Blue) = 67+18+34=119 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.30% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 67 - color contains mainly: red. Hex color #431222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431222 is #BCEDDD. Grayscale: #222222. Windows color (decimal): -12381662 or 2232899. OLE color: 2232899.

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

Color convert

RGB671834-
CMYK00.730.490.74
HSL340.41º57.65%16.67%-
HSV(B)340.41º73.13%26.27%-
XYZ2.821.741.7-
YUV34.47127.73151.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.30%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=56.30%
G=15.13%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67183400.730.490.74340.4157.6516.67
Hex431222049314A1543a11
Octal10322420111611125247221
Binary10000111001010001001001001110001100101010101010011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431222; }

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

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

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

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

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

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

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

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