#461622

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

Shades of Bordeaux #461622

Tints of Bordeaux #461622

Color information

#461622 (or 0x461622) is unknown color: approx Bordeaux. HEX triplet: 46, 16 and 22. RGB value is (70,22,34). Sum of RGB (Red+Green+Blue) = 70+22+34=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461622 is #B9E9DD. Grayscale: #252525. Windows color (decimal): -12184030 or 2233926. OLE color: 2233926.

HSL color Cylindrical-coordinate representation of color #461622: hue angle of 345º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #461622 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB702234-
CMYK00.690.510.73
HSL345º52.17%18.04%-
HSV(B)345º68.57%27.45%-
XYZ3.11.991.73-
YUV37.72125.9151.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=55.56%
G=17.46%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70223400.690.510.7334552.1718.04
Hex46162204533491593412
Octal10626420105631115316422
Binary10001101011010001001000101110011100100110101100111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461622; }

 p { color: rgb(70,22,34); }

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

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

 a { background-color: rgb(70,22,34); }

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

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

 span { border-color: rgb(70,22,34); }

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