#43091B

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

Shades of Bordeaux #43091B

Tints of Bordeaux #43091B

Color information

#43091B (or 0x43091B) is unknown color: approx Bordeaux. HEX triplet: 43, 09 and 1B. RGB value is (67,9,27). Sum of RGB (Red+Green+Blue) = 67+9+27=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #43091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43091B is #BCF6E4. Grayscale: #1C1C1C. Windows color (decimal): -12383973 or 1771843. OLE color: 1771843.

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

Color convert

RGB67927-
CMYK00.870.600.74
HSL341.38º76.32%14.9%-
HSV(B)341.38º86.57%26.27%-
XYZ2.611.471.18-
YUV28.39127.22155.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 27 (10.94% from 255) = 26.21%
R=65.05%
G=8.74%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.60
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792700.870.600.74341.3876.3214.9
Hex4391B0573C4A1554cf
Octal103113301277411252511417
Binary100001110011101101010111111100100101010101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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