#48161E

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

Shades of Bordeaux #48161E

Tints of Bordeaux #48161E

Color information

#48161E (or 0x48161E) is unknown color: approx Bordeaux. HEX triplet: 48, 16 and 1E. RGB value is (72,22,30). Sum of RGB (Red+Green+Blue) = 72+22+30=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48161E is #B7E9E1. Grayscale: #252525. Windows color (decimal): -12052962 or 1971784. OLE color: 1971784.

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

Color convert

RGB722230-
CMYK00.690.580.72
HSL350.4º53.19%18.43%-
HSV(B)350.4º69.44%28.24%-
XYZ3.192.051.45-
YUV37.86123.56152.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.06%
GREEN value IS 22 (8.98% from 255) = 17.74%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=58.06%
G=17.74%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72223000.690.580.72350.453.1918.43
Hex48161E0453A4815e3512
Octal11026360105721105366522
Binary1001000101101111001000101111010100100010101111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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