#43181F

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

Shades of Bordeaux #43181F

Tints of Bordeaux #43181F

Color information

#43181F (or 0x43181F) is unknown color: approx Bordeaux. HEX triplet: 43, 18 and 1F. RGB value is (67,24,31). Sum of RGB (Red+Green+Blue) = 67+24+31=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #43181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43181F is #BCE7E0. Grayscale: #252525. Windows color (decimal): -12380129 or 2037827. OLE color: 2037827.

HSL color Cylindrical-coordinate representation of color #43181F: hue angle of 350.23º 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 #43181F is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB672431-
CMYK00.640.540.74
HSL350.23º47.25%17.84%-
HSV(B)350.23º64.18%26.27%-
XYZ2.891.951.52-
YUV37.65124.25148.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.92%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=54.92%
G=19.67%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243100.640.540.74350.2347.2517.84
Hex43181F040364A15e2f12
Octal10330370100661125365722
Binary1000011110001111101000000110110100101010101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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