#48131E

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

Shades of Bordeaux #48131E

Tints of Bordeaux #48131E

Color information

#48131E (or 0x48131E) is unknown color: approx Bordeaux. HEX triplet: 48, 13 and 1E. RGB value is (72,19,30). Sum of RGB (Red+Green+Blue) = 72+19+30=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48131E is #B7ECE1. Grayscale: #242424. Windows color (decimal): -12053730 or 1971016. OLE color: 1971016.

HSL color Cylindrical-coordinate representation of color #48131E: hue angle of 347.55º 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 #48131E is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB721930-
CMYK00.740.580.72
HSL347.55º58.24%17.84%-
HSV(B)347.55º73.61%28.24%-
XYZ3.141.941.44-
YUV36.1124.56153.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=59.50%
G=15.70%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72193000.740.580.72347.5558.2417.84
Hex48131E04A3A4815c3a12
Octal11023360112721105347222
Binary1001000100111111001001010111010100100010101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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