#431922

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

Shades of Bordeaux #431922

Tints of Bordeaux #431922

Color information

#431922 (or 0x431922) is unknown color: approx Bordeaux. HEX triplet: 43, 19 and 22. RGB value is (67,25,34). Sum of RGB (Red+Green+Blue) = 67+25+34=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #431922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431922 is #BCE6DD. Grayscale: #262626. Windows color (decimal): -12379870 or 2234691. OLE color: 2234691.

HSL color Cylindrical-coordinate representation of color #431922: hue angle of 347.14º 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 #431922 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB672534-
CMYK00.630.490.74
HSL347.14º45.65%18.04%-
HSV(B)347.14º62.69%26.27%-
XYZ2.9521.74-
YUV38.58125.41148.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 53.17%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=53.17%
G=19.84%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67253400.630.490.74347.1445.6518.04
Hex43192203F314A15b2e12
Octal1033142077611125335622
Binary1000011110011000100111111110001100101010101101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431922; }

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

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

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

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

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

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

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

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