#43121E

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

Shades of Bordeaux #43121E

Tints of Bordeaux #43121E

Color information

#43121E (or 0x43121E) is unknown color: approx Bordeaux. HEX triplet: 43, 12 and 1E. RGB value is (67,18,30). Sum of RGB (Red+Green+Blue) = 67+18+30=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #43121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43121E is #BCEDE1. Grayscale: #222222. Windows color (decimal): -12381666 or 1970755. OLE color: 1970755.

HSL color Cylindrical-coordinate representation of color #43121E: hue angle of 345.31º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43121E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB671830-
CMYK00.730.550.74
HSL345.31º57.65%16.67%-
HSV(B)345.31º73.13%26.27%-
XYZ2.771.721.41-
YUV34.02125.73151.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=58.26%
G=15.65%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67183000.730.550.74345.3157.6516.67
Hex43121E049374A1593a11
Octal10322360111671125317221
Binary1000011100101111001001001110111100101010101100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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