#431021

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

Shades of Bordeaux #431021

Tints of Bordeaux #431021

Color information

#431021 (or 0x431021) is unknown color: approx Bordeaux. HEX triplet: 43, 10 and 21. RGB value is (67,16,33). Sum of RGB (Red+Green+Blue) = 67+16+33=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #431021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431021 is #BCEFDE. Grayscale: #212121. Windows color (decimal): -12382175 or 2166851. OLE color: 2166851.

HSL color Cylindrical-coordinate representation of color #431021: hue angle of 340º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #431021 is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB671633-
CMYK00.760.510.74
HSL340º61.45%16.27%-
HSV(B)340º76.12%26.27%-
XYZ2.771.671.62-
YUV33.19127.9152.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.76%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=57.76%
G=13.79%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67163300.760.510.7434061.4516.27
Hex43102104C334A1543d10
Octal10320410114631125247520
Binary10000111000010000101001100110011100101010101010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431021; }

 p { color: rgb(67,16,33); }

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

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

 a { background-color: rgb(67,16,33); }

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

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

 span { border-color: rgb(67,16,33); }

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