#431722

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

Shades of Bordeaux #431722

Tints of Bordeaux #431722

Color information

#431722 (or 0x431722) is unknown color: approx Bordeaux. HEX triplet: 43, 17 and 22. RGB value is (67,23,34). Sum of RGB (Red+Green+Blue) = 67+23+34=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #431722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #431722 is #BCE8DD. Grayscale: #252525. Windows color (decimal): -12380382 or 2234179. OLE color: 2234179.

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

Color convert

RGB672334-
CMYK00.660.490.74
HSL345º48.89%17.65%-
HSV(B)345º65.67%26.27%-
XYZ2.911.921.73-
YUV37.41126.08149.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 54.03%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=54.03%
G=18.55%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67233400.660.490.7434548.8917.65
Hex431722042314A1593112
Octal10327420102611125316122
Binary10000111011110001001000010110001100101010101100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431722; }

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

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

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

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

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

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

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

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