#43161F

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

Shades of Bordeaux #43161F

Tints of Bordeaux #43161F

Color information

#43161F (or 0x43161F) is unknown color: approx Bordeaux. HEX triplet: 43, 16 and 1F. RGB value is (67,22,31). Sum of RGB (Red+Green+Blue) = 67+22+31=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #43161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43161F is #BCE9E0. Grayscale: #242424. Windows color (decimal): -12380641 or 2037315. OLE color: 2037315.

HSL color Cylindrical-coordinate representation of color #43161F: hue angle of 348º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43161F is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB672231-
CMYK00.670.540.74
HSL348º50.56%17.45%-
HSV(B)348º67.16%26.27%-
XYZ2.851.871.51-
YUV36.48124.91149.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 55.83%
GREEN value IS 22 (8.98% from 255) = 18.33%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=55.83%
G=18.33%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67223100.670.540.7434850.5617.45
Hex43161F043364A15c3311
Octal10326370103661125346321
Binary1000011101101111101000011110110100101010101110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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