#48131F

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

Shades of Bordeaux #48131F

Tints of Bordeaux #48131F

Color information

#48131F (or 0x48131F) is unknown color: approx Bordeaux. HEX triplet: 48, 13 and 1F. RGB value is (72,19,31). Sum of RGB (Red+Green+Blue) = 72+19+31=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131F is #B7ECE0. Grayscale: #242424. Windows color (decimal): -12053729 or 2036552. OLE color: 2036552.

HSL color Cylindrical-coordinate representation of color #48131F: hue angle of 346.42º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48131F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB721931-
CMYK00.740.570.72
HSL346.42º58.24%17.84%-
HSV(B)346.42º73.61%28.24%-
XYZ3.151.941.51-
YUV36.21125.06153.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.02%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=59.02%
G=15.57%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72193100.740.570.72346.4258.2417.84
Hex48131F04A394815a3a12
Octal11023370112711105327222
Binary1001000100111111101001010111001100100010101101011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48131F; }

 p { color: rgb(72,19,31); }

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

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

 a { background-color: rgb(72,19,31); }

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

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

 span { border-color: rgb(72,19,31); }

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