#43181E

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

Shades of Bordeaux #43181E

Tints of Bordeaux #43181E

Color information

#43181E (or 0x43181E) is unknown color: approx Bordeaux. HEX triplet: 43, 18 and 1E. RGB value is (67,24,30). Sum of RGB (Red+Green+Blue) = 67+24+30=121 (16% of max value = 765). Red value is 67 (26.56% from 255 or 55.37% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 67 - color contains mainly: red. Hex color #43181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43181E is #BCE7E1. Grayscale: #252525. Windows color (decimal): -12380130 or 1972291. OLE color: 1972291.

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

Color convert

RGB672430-
CMYK00.640.550.74
HSL351.63º47.25%17.84%-
HSV(B)351.63º64.18%26.27%-
XYZ2.881.941.45-
YUV37.54123.75149.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.37%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=55.37%
G=19.83%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243000.640.550.74351.6347.2517.84
Hex43181E040374A1602f12
Octal10330360100671125405722
Binary1000011110001111001000000110111100101010110000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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