#43141E

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

Shades of Bordeaux #43141E

Tints of Bordeaux #43141E

Color information

#43141E (or 0x43141E) is unknown color: approx Bordeaux. HEX triplet: 43, 14 and 1E. RGB value is (67,20,30). Sum of RGB (Red+Green+Blue) = 67+20+30=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #43141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43141E is #BCEBE1. Grayscale: #232323. Windows color (decimal): -12381154 or 1971267. OLE color: 1971267.

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

Color convert

RGB672030-
CMYK00.700.550.74
HSL347.23º54.02%17.06%-
HSV(B)347.23º70.15%26.27%-
XYZ2.81.791.43-
YUV35.19125.07150.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=57.26%
G=17.09%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67203000.700.550.74347.2354.0217.06
Hex43141E046374A15b3611
Octal10324360106671125336621
Binary1000011101001111001000110110111100101010101101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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