#43071B

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

Shades of Bordeaux #43071B

Tints of Bordeaux #43071B

Color information

#43071B (or 0x43071B) is unknown color: approx Bordeaux. HEX triplet: 43, 07 and 1B. RGB value is (67,7,27). Sum of RGB (Red+Green+Blue) = 67+7+27=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #43071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43071B is #BCF8E4. Grayscale: #1B1B1B. Windows color (decimal): -12384485 or 1771331. OLE color: 1771331.

HSL color Cylindrical-coordinate representation of color #43071B: hue angle of 340º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43071B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB67727-
CMYK00.900.600.74
HSL340º81.08%14.51%-
HSV(B)340º89.55%26.27%-
XYZ2.591.421.18-
YUV27.22127.88156.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 7 (3.12% from 255) = 6.93%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=66.34%
G=6.93%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6772700.900.600.7434081.0814.51
Hex4371B05A3C4A15451f
Octal10373301327411252412117
Binary10000111111101101011010111100100101010101010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43071B; }

 p { color: rgb(67,7,27); }

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

<style>
 a { background-color: #43071B; }

 a { background-color: rgb(67,7,27); }

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

<style>
 span { border-color: #43071B; }

 span { border-color: rgb(67,7,27); }

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