#431624

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

Shades of Bordeaux #431624

Tints of Bordeaux #431624

Color information

#431624 (or 0x431624) is unknown color: approx Bordeaux. HEX triplet: 43, 16 and 24. RGB value is (67,22,36). Sum of RGB (Red+Green+Blue) = 67+22+36=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431624 is #BCE9DB. Grayscale: #252525. Windows color (decimal): -12380636 or 2364995. OLE color: 2364995.

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

Color convert

RGB672236-
CMYK00.670.460.74
HSL341.33º50.56%17.45%-
HSV(B)341.33º67.16%26.27%-
XYZ2.921.891.88-
YUV37.05127.41149.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=53.6%
G=17.6%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67223600.670.460.74341.3350.5617.45
Hex4316240432E4A1553311
Octal10326440103561125256321
Binary10000111011010010001000011101110100101010101010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431624; }

 p { color: rgb(67,22,36); }

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

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

 a { background-color: rgb(67,22,36); }

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

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

 span { border-color: rgb(67,22,36); }

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