#48011B

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

Shades of Bordeaux #48011B

Tints of Bordeaux #48011B

Color information

#48011B (or 0x48011B) is unknown color: approx Bordeaux. HEX triplet: 48, 01 and 1B. RGB value is (72,1,27). Sum of RGB (Red+Green+Blue) = 72+1+27=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #48011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011B is #B7FEE4. Grayscale: #191919. Windows color (decimal): -12058341 or 1769800. OLE color: 1769800.

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

Color convert

RGB72127-
CMYK00.990.620.72
HSL338.03º97.26%14.31%-
HSV(B)338.03º98.61%28.24%-
XYZ2.881.481.17-
YUV25.19129.02161.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72%
GREEN value IS 1 (0.78% from 255) = 1%
BLUE value IS 27 (10.94% from 255) = 27%
R=72%
G=1%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212700.990.620.72338.0397.2614.31
Hex4811B0633E4815261e
Octal11013301437611052214116
Binary100100011101101100011111110100100010101001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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