#431423

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

Shades of Bordeaux #431423

Tints of Bordeaux #431423

Color information

#431423 (or 0x431423) is unknown color: approx Bordeaux. HEX triplet: 43, 14 and 23. RGB value is (67,20,35). Sum of RGB (Red+Green+Blue) = 67+20+35=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431423 is #BCEBDC. Grayscale: #232323. Windows color (decimal): -12381149 or 2298947. OLE color: 2298947.

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

Color convert

RGB672035-
CMYK00.700.480.74
HSL340.85º54.02%17.06%-
HSV(B)340.85º70.15%26.27%-
XYZ2.871.811.79-
YUV35.76127.57150.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 20 (8.20% from 255) = 16.39%
BLUE value IS 35 (14.06% from 255) = 28.69%
R=54.92%
G=16.39%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67203500.700.480.74340.8554.0217.06
Hex431423046304A1553611
Octal10324430106601125256621
Binary10000111010010001101000110110000100101010101010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431423; }

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

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

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

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

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

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

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

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