#48181B

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

Shades of Bordeaux #48181B

Tints of Bordeaux #48181B

Color information

#48181B (or 0x48181B) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 1B. RGB value is (72,24,27). Sum of RGB (Red+Green+Blue) = 72+24+27=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181B is #B7E7E4. Grayscale: #262626. Windows color (decimal): -12052453 or 1775688. OLE color: 1775688.

HSL color Cylindrical-coordinate representation of color #48181B: hue angle of 356.25º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48181B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB722427-
CMYK00.670.620.72
HSL356.25º50%18.82%-
HSV(B)356.25º66.67%28.24%-
XYZ3.22.111.28-
YUV38.69121.4151.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=58.54%
G=19.51%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72242700.670.620.72356.255018.82
Hex48181B0433E481643213
Octal11030330103761105446223
Binary1001000110001101101000011111110100100010110010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48181B; }

 p { color: rgb(72,24,27); }

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

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

 a { background-color: rgb(72,24,27); }

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

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

 span { border-color: rgb(72,24,27); }

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