#431223

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

Shades of Bordeaux #431223

Tints of Bordeaux #431223

Color information

#431223 (or 0x431223) is unknown color: approx Bordeaux. HEX triplet: 43, 12 and 23. RGB value is (67,18,35). Sum of RGB (Red+Green+Blue) = 67+18+35=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #431223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431223 is #BCEDDC. Grayscale: #222222. Windows color (decimal): -12381661 or 2298435. OLE color: 2298435.

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

Color convert

RGB671835-
CMYK00.730.480.74
HSL339.18º57.65%16.67%-
HSV(B)339.18º73.13%26.27%-
XYZ2.831.751.78-
YUV34.59128.23151.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=55.83%
G=15%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67183500.730.480.74339.1857.6516.67
Hex431223049304A1533a11
Octal10322430111601125237221
Binary10000111001010001101001001110000100101010101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431223; }

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

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

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

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

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

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

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

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