#461922

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

Shades of Bordeaux #461922

Tints of Bordeaux #461922

Color information

#461922 (or 0x461922) is unknown color: approx Bordeaux. HEX triplet: 46, 19 and 22. RGB value is (70,25,34). Sum of RGB (Red+Green+Blue) = 70+25+34=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #461922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461922 is #B9E6DD. Grayscale: #272727. Windows color (decimal): -12183262 or 2234694. OLE color: 2234694.

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

Color convert

RGB702534-
CMYK00.640.510.73
HSL348º47.37%18.63%-
HSV(B)348º64.29%27.45%-
XYZ3.162.111.75-
YUV39.48124.91149.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.26%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=54.26%
G=19.38%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70253400.640.510.7334847.3718.63
Hex461922040334915c2f13
Octal10631420100631115345723
Binary10001101100110001001000000110011100100110101110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461922; }

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

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

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

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

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

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

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

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