#43091A

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

Shades of Bordeaux #43091A

Tints of Bordeaux #43091A

Color information

#43091A (or 0x43091A) is unknown color: approx Bordeaux. HEX triplet: 43, 09 and 1A. RGB value is (67,9,26). Sum of RGB (Red+Green+Blue) = 67+9+26=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #43091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43091A is #BCF6E5. Grayscale: #1C1C1C. Windows color (decimal): -12383974 or 1706307. OLE color: 1706307.

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

Color convert

RGB67926-
CMYK00.870.610.74
HSL342.41º76.32%14.9%-
HSV(B)342.41º86.57%26.27%-
XYZ2.61.461.12-
YUV28.28126.72155.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.69%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=65.69%
G=8.82%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792600.870.610.74342.4176.3214.9
Hex4391A0573D4A1564cf
Octal103113201277511252611417
Binary100001110011101001010111111101100101010101011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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