#43141F

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

Shades of Bordeaux #43141F

Tints of Bordeaux #43141F

Color information

#43141F (or 0x43141F) is unknown color: approx Bordeaux. HEX triplet: 43, 14 and 1F. RGB value is (67,20,31). Sum of RGB (Red+Green+Blue) = 67+20+31=118 (15% of max value = 765). Red value is 67 (26.56% from 255 or 56.78% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 67 - color contains mainly: red. Hex color #43141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141F is #BCEBE0. Grayscale: #232323. Windows color (decimal): -12381153 or 2036803. OLE color: 2036803.

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

Color convert

RGB672031-
CMYK00.700.540.74
HSL345.96º54.02%17.06%-
HSV(B)345.96º70.15%26.27%-
XYZ2.811.791.49-
YUV35.31125.57150.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 56.78%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=56.78%
G=16.95%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67203100.700.540.74345.9654.0217.06
Hex43141F046364A15a3611
Octal10324370106661125326621
Binary1000011101001111101000110110110100101010101101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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