#431824

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

Shades of Bordeaux #431824

Tints of Bordeaux #431824

Color information

#431824 (or 0x431824) is unknown color: approx Bordeaux. HEX triplet: 43, 18 and 24. RGB value is (67,24,36). Sum of RGB (Red+Green+Blue) = 67+24+36=127 (16% of max value = 765). Red value is 67 (26.56% from 255 or 52.76% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 67 - color contains mainly: red. Hex color #431824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431824 is #BCE7DB. Grayscale: #262626. Windows color (decimal): -12380124 or 2365507. OLE color: 2365507.

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

Color convert

RGB672436-
CMYK00.640.460.74
HSL343.26º47.25%17.84%-
HSV(B)343.26º64.18%26.27%-
XYZ2.961.971.89-
YUV38.22126.75148.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 52.76%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 36 (14.45% from 255) = 28.35%
R=52.76%
G=18.90%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243600.640.460.74343.2647.2517.84
Hex4318240402E4A1572f12
Octal10330440100561125275722
Binary10000111100010010001000000101110100101010101011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431824; }

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

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

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

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

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

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

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

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