#431C21

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

Shades of Bordeaux #431C21

Tints of Bordeaux #431C21

Color information

#431C21 (or 0x431C21) is unknown color: approx Bordeaux. HEX triplet: 43, 1C and 21. RGB value is (67,28,33). Sum of RGB (Red+Green+Blue) = 67+28+33=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C21 is #BCE3DE. Grayscale: #282828. Windows color (decimal): -12379103 or 2169923. OLE color: 2169923.

HSL color Cylindrical-coordinate representation of color #431C21: hue angle of 352.31º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #431C21 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB672833-
CMYK00.580.510.74
HSL352.31º41.05%18.63%-
HSV(B)352.31º58.21%26.27%-
XYZ32.131.69-
YUV40.23123.92147.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 33 (13.28% from 255) = 25.78%
R=52.34%
G=21.88%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67283300.580.510.74352.3141.0518.63
Hex431C2103A334A1602913
Octal1033441072631125405123
Binary1000011111001000010111010110011100101010110000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431C21; }

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

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

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

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

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

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

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

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