#491825

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

Shades of Bordeaux #491825

Tints of Bordeaux #491825

Color information

#491825 (or 0x491825) is unknown color: approx Bordeaux. HEX triplet: 49, 18 and 25. RGB value is (73,24,37). Sum of RGB (Red+Green+Blue) = 73+24+37=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491825 is #B6E7DA. Grayscale: #282828. Windows color (decimal): -11986907 or 2431049. OLE color: 2431049.

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

Color convert

RGB732437-
CMYK00.670.490.71
HSL344.08º50.52%19.02%-
HSV(B)344.08º67.12%28.63%-
XYZ3.412.22-
YUV40.13126.23151.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.48%
GREEN value IS 24 (9.77% from 255) = 17.91%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=54.48%
G=17.91%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73243700.670.490.71344.0850.5219.02
Hex49182504331471583313
Octal11130450103611075306323
Binary10010011100010010101000011110001100011110101100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491825; }

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

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

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

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

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

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

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

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