#491725

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

Shades of Bordeaux #491725

Tints of Bordeaux #491725

Color information

#491725 (or 0x491725) is unknown color: approx Bordeaux. HEX triplet: 49, 17 and 25. RGB value is (73,23,37). Sum of RGB (Red+Green+Blue) = 73+23+37=133 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.89% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 73 - color contains mainly: red. Hex color #491725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491725 is #B6E8DA. Grayscale: #272727. Windows color (decimal): -11987163 or 2430793. OLE color: 2430793.

HSL color Cylindrical-coordinate representation of color #491725: hue angle of 343.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491725 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.71.

Color convert

RGB732337-
CMYK00.680.490.71
HSL343.2º52.08%18.82%-
HSV(B)343.2º68.49%28.63%-
XYZ3.392.161.99-
YUV39.55126.56151.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.89%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=54.89%
G=17.29%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73233700.680.490.71343.252.0818.82
Hex49172504431471573413
Octal11127450104611075276423
Binary10010011011110010101000100110001100011110101011111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491725; }

 p { color: rgb(73,23,37); }

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

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

 a { background-color: rgb(73,23,37); }

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

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

 span { border-color: rgb(73,23,37); }

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