#431921

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

Shades of Bordeaux #431921

Tints of Bordeaux #431921

Color information

#431921 (or 0x431921) is unknown color: approx Bordeaux. HEX triplet: 43, 19 and 21. RGB value is (67,25,33). Sum of RGB (Red+Green+Blue) = 67+25+33=125 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.6% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 67 - color contains mainly: red. Hex color #431921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431921 is #BCE6DE. Grayscale: #262626. Windows color (decimal): -12379871 or 2169155. OLE color: 2169155.

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

Color convert

RGB672533-
CMYK00.630.510.74
HSL348.57º45.65%18.04%-
HSV(B)348.57º62.69%26.27%-
XYZ2.9421.67-
YUV38.47124.91148.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.6%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=53.6%
G=20%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67253300.630.510.74348.5745.6518.04
Hex43192103F334A15d2e12
Octal1033141077631125355622
Binary1000011110011000010111111110011100101010101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431921; }

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

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

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

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

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

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

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

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