#43141D

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

Shades of Bordeaux #43141D

Tints of Bordeaux #43141D

Color information

#43141D (or 0x43141D) is unknown color: approx Bordeaux. HEX triplet: 43, 14 and 1D. RGB value is (67,20,29). Sum of RGB (Red+Green+Blue) = 67+20+29=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #43141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141D is #BCEBE2. Grayscale: #232323. Windows color (decimal): -12381155 or 1905731. OLE color: 1905731.

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

Color convert

RGB672029-
CMYK00.700.570.74
HSL348.51º54.02%17.06%-
HSV(B)348.51º70.15%26.27%-
XYZ2.791.781.36-
YUV35.08124.57150.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.76%
GREEN value IS 20 (8.20% from 255) = 17.24%
BLUE value IS 29 (11.72% from 255) = 25%
R=57.76%
G=17.24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67202900.700.570.74348.5154.0217.06
Hex43141D046394A15d3611
Octal10324350106711125356621
Binary1000011101001110101000110111001100101010101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43141D; }

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

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

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

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

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

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

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

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