#431820

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

Shades of Bordeaux #431820

Tints of Bordeaux #431820

Color information

#431820 (or 0x431820) is unknown color: approx Bordeaux. HEX triplet: 43, 18 and 20. RGB value is (67,24,32). Sum of RGB (Red+Green+Blue) = 67+24+32=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431820 is #BCE7DF. Grayscale: #252525. Windows color (decimal): -12380128 or 2103363. OLE color: 2103363.

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

Color convert

RGB672432-
CMYK00.640.520.74
HSL348.84º47.25%17.84%-
HSV(B)348.84º64.18%26.27%-
XYZ2.91.951.59-
YUV37.77124.75148.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.47%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=54.47%
G=19.51%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67243200.640.520.74348.8447.2517.84
Hex431820040344A15d2f12
Octal10330400100641125355722
Binary10000111100010000001000000110100100101010101110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431820; }

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

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

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

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

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

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

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

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