#431D22

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

Shades of Bordeaux #431D22

Tints of Bordeaux #431D22

Color information

#431D22 (or 0x431D22) is unknown color: approx Bordeaux. HEX triplet: 43, 1D and 22. RGB value is (67,29,34). Sum of RGB (Red+Green+Blue) = 67+29+34=130 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.54% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 67 - color contains mainly: red. Hex color #431D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D22 is #BCE2DD. Grayscale: #282828. Windows color (decimal): -12378846 or 2235715. OLE color: 2235715.

HSL color Cylindrical-coordinate representation of color #431D22: hue angle of 352.11º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D22 is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.74.

Color convert

RGB672934-
CMYK00.570.490.74
HSL352.11º39.58%18.82%-
HSV(B)352.11º56.72%26.27%-
XYZ3.042.191.78-
YUV40.93124.09146.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 51.54%
GREEN value IS 29 (11.72% from 255) = 22.31%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=51.54%
G=22.31%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67293400.570.490.74352.1139.5818.82
Hex431D22039314A1602813
Octal1033542071611125405023
Binary1000011111011000100111001110001100101010110000010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D22; }

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

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

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

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

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

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

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

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