#48181D

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

Shades of Bordeaux #48181D

Tints of Bordeaux #48181D

Color information

#48181D (or 0x48181D) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 1D. RGB value is (72,24,29). Sum of RGB (Red+Green+Blue) = 72+24+29=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #48181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48181D is #B7E7E2. Grayscale: #262626. Windows color (decimal): -12052451 or 1906760. OLE color: 1906760.

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

Color convert

RGB722429-
CMYK00.670.600.72
HSL353.75º50%18.82%-
HSV(B)353.75º66.67%28.24%-
XYZ3.222.121.4-
YUV38.92122.4151.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=57.6%
G=19.2%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72242900.670.600.72353.755018.82
Hex48181D0433C481623213
Octal11030350103741105426223
Binary1001000110001110101000011111100100100010110001011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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