#43121D

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

Shades of Bordeaux #43121D

Tints of Bordeaux #43121D

Color information

#43121D (or 0x43121D) is unknown color: approx Bordeaux. HEX triplet: 43, 12 and 1D. RGB value is (67,18,29). Sum of RGB (Red+Green+Blue) = 67+18+29=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #43121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43121D is #BCEDE2. Grayscale: #212121. Windows color (decimal): -12381667 or 1905219. OLE color: 1905219.

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

Color convert

RGB671829-
CMYK00.730.570.74
HSL346.53º57.65%16.67%-
HSV(B)346.53º73.13%26.27%-
XYZ2.751.711.35-
YUV33.9125.23151.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.77%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=58.77%
G=15.79%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67182900.730.570.74346.5357.6516.67
Hex43121D049394A15b3a11
Octal10322350111711125337221
Binary1000011100101110101001001111001100101010101101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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