#431821

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

Shades of Bordeaux #431821

Tints of Bordeaux #431821

Color information

#431821 (or 0x431821) is unknown color: approx Bordeaux. HEX triplet: 43, 18 and 21. RGB value is (67,24,33). Sum of RGB (Red+Green+Blue) = 67+24+33=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431821 is #BCE7DE. Grayscale: #252525. Windows color (decimal): -12380127 or 2168899. OLE color: 2168899.

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

Color convert

RGB672433-
CMYK00.640.510.74
HSL347.44º47.25%17.84%-
HSV(B)347.44º64.18%26.27%-
XYZ2.921.961.66-
YUV37.88125.25148.77-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 24 (9.77% from 255) = 19.35%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=54.03%
G=19.35%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243300.640.510.74347.4447.2517.84
Hex431821040334A15b2f12
Octal10330410100631125335722
Binary10000111100010000101000000110011100101010101101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431821; }

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

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

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

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

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

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

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

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