#43091D

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

Shades of Bordeaux #43091D

Tints of Bordeaux #43091D

Color information

#43091D (or 0x43091D) is unknown color: approx Bordeaux. HEX triplet: 43, 09 and 1D. RGB value is (67,9,29). Sum of RGB (Red+Green+Blue) = 67+9+29=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #43091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43091D is #BCF6E2. Grayscale: #1C1C1C. Windows color (decimal): -12383971 or 1902915. OLE color: 1902915.

HSL color Cylindrical-coordinate representation of color #43091D: hue angle of 339.31º 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 #43091D is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB67929-
CMYK00.870.570.74
HSL339.31º76.32%14.9%-
HSV(B)339.31º86.57%26.27%-
XYZ2.631.481.31-
YUV28.62128.22155.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.81%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 29 (11.72% from 255) = 27.62%
R=63.81%
G=8.57%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.57
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792900.870.570.74339.3176.3214.9
Hex4391D057394A1534cf
Octal103113501277111252311417
Binary100001110011110101010111111001100101010101001110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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