#431121

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

Shades of Bordeaux #431121

Tints of Bordeaux #431121

Color information

#431121 (or 0x431121) is unknown color: approx Bordeaux. HEX triplet: 43, 11 and 21. RGB value is (67,17,33). Sum of RGB (Red+Green+Blue) = 67+17+33=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #431121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431121 is #BCEEDE. Grayscale: #212121. Windows color (decimal): -12381919 or 2167107. OLE color: 2167107.

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

Color convert

RGB671733-
CMYK00.750.510.74
HSL340.8º59.52%16.47%-
HSV(B)340.8º74.63%26.27%-
XYZ2.791.71.62-
YUV33.77127.56151.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 57.26%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 33 (13.28% from 255) = 28.21%
R=57.26%
G=14.53%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67173300.750.510.74340.859.5216.47
Hex43112104B334A1553c10
Octal10321410113631125257420
Binary10000111000110000101001011110011100101010101010111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431121; }

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

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

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

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

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

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

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

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