#48161D

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

Shades of Bordeaux #48161D

Tints of Bordeaux #48161D

Color information

#48161D (or 0x48161D) is unknown color: approx Bordeaux. HEX triplet: 48, 16 and 1D. RGB value is (72,22,29). Sum of RGB (Red+Green+Blue) = 72+22+29=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48161D is #B7E9E2. Grayscale: #252525. Windows color (decimal): -12052963 or 1906248. OLE color: 1906248.

HSL color Cylindrical-coordinate representation of color #48161D: hue angle of 351.6º 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 #48161D is Cyan = 0, Magento = 0.69, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB722229-
CMYK00.690.600.72
HSL351.6º53.19%18.43%-
HSV(B)351.6º69.44%28.24%-
XYZ3.182.041.39-
YUV37.75123.06152.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 29 (11.72% from 255) = 23.58%
R=58.54%
G=17.89%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72222900.690.600.72351.653.1918.43
Hex48161D0453C481603512
Octal11026350105741105406522
Binary1001000101101110101000101111100100100010110000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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