#43051A

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

Shades of Bordeaux #43051A

Tints of Bordeaux #43051A

Color information

#43051A (or 0x43051A) is unknown color: approx Bordeaux. HEX triplet: 43, 05 and 1A. RGB value is (67,5,26). Sum of RGB (Red+Green+Blue) = 67+5+26=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #43051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43051A is #BCFAE5. Grayscale: #191919. Windows color (decimal): -12384998 or 1705283. OLE color: 1705283.

HSL color Cylindrical-coordinate representation of color #43051A: hue angle of 339.68º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #43051A is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB67526-
CMYK00.930.610.74
HSL339.68º86.11%14.12%-
HSV(B)339.68º92.54%26.27%-
XYZ2.561.381.11-
YUV25.93128.04157.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 5 (2.34% from 255) = 5.10%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=68.37%
G=5.10%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6752600.930.610.74339.6886.1114.12
Hex4351A05D3D4A15456e
Octal10353201357511252412616
Binary10000111011101001011101111101100101010101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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