#43121C

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

Shades of Bordeaux #43121C

Tints of Bordeaux #43121C

Color information

#43121C (or 0x43121C) is unknown color: approx Bordeaux. HEX triplet: 43, 12 and 1C. RGB value is (67,18,28). Sum of RGB (Red+Green+Blue) = 67+18+28=113 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.29% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 67 - color contains mainly: red. Hex color #43121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43121C is #BCEDE3. Grayscale: #212121. Windows color (decimal): -12381668 or 1839683. OLE color: 1839683.

HSL color Cylindrical-coordinate representation of color #43121C: hue angle of 347.76º 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 #43121C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB671828-
CMYK00.730.580.74
HSL347.76º57.65%16.67%-
HSV(B)347.76º73.13%26.27%-
XYZ2.741.711.28-
YUV33.79124.73151.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 59.29%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=59.29%
G=15.93%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67182800.730.580.74347.7657.6516.67
Hex43121C0493A4A15c3a11
Octal10322340111721125347221
Binary1000011100101110001001001111010100101010101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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