#431924

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

Shades of Bordeaux #431924

Tints of Bordeaux #431924

Color information

#431924 (or 0x431924) is unknown color: approx Bordeaux. HEX triplet: 43, 19 and 24. RGB value is (67,25,36). Sum of RGB (Red+Green+Blue) = 67+25+36=128 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.34% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 67 - color contains mainly: red. Hex color #431924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431924 is #BCE6DB. Grayscale: #262626. Windows color (decimal): -12379868 or 2365763. OLE color: 2365763.

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

Color convert

RGB672536-
CMYK00.630.460.74
HSL344.29º45.65%18.04%-
HSV(B)344.29º62.69%26.27%-
XYZ2.982.021.9-
YUV38.81126.41148.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.34%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=52.34%
G=19.53%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67253600.630.460.74344.2945.6518.04
Hex43192403F2E4A1582e12
Octal1033144077561125305622
Binary1000011110011001000111111101110100101010101100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431924; }

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

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

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

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

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

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

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

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