#431524

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

Shades of Bordeaux #431524

Tints of Bordeaux #431524

Color information

#431524 (or 0x431524) is unknown color: approx Bordeaux. HEX triplet: 43, 15 and 24. RGB value is (67,21,36). Sum of RGB (Red+Green+Blue) = 67+21+36=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431524 is #BCEADB. Grayscale: #242424. Windows color (decimal): -12380892 or 2364739. OLE color: 2364739.

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

Color convert

RGB672136-
CMYK00.690.460.74
HSL340.43º52.27%17.25%-
HSV(B)340.43º68.66%26.27%-
XYZ2.91.861.87-
YUV36.46127.74149.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 36 (14.45% from 255) = 29.03%
R=54.03%
G=16.94%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67213600.690.460.74340.4352.2717.25
Hex4315240452E4A1543411
Octal10325440105561125246421
Binary10000111010110010001000101101110100101010101010011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431524; }

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

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

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

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

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

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

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

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