#48051B

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

Shades of Bordeaux #48051B

Tints of Bordeaux #48051B

Color information

#48051B (or 0x48051B) is unknown color: approx Bordeaux. HEX triplet: 48, 05 and 1B. RGB value is (72,5,27). Sum of RGB (Red+Green+Blue) = 72+5+27=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48051B is #B7FAE4. Grayscale: #1B1B1B. Windows color (decimal): -12057317 or 1770824. OLE color: 1770824.

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

Color convert

RGB72527-
CMYK00.930.620.72
HSL340.3º87.01%15.1%-
HSV(B)340.3º93.06%28.24%-
XYZ2.921.571.18-
YUV27.54127.7159.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 5 (2.34% from 255) = 4.81%
BLUE value IS 27 (10.94% from 255) = 25.96%
R=69.23%
G=4.81%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7252700.930.620.72340.387.0115.1
Hex4851B05D3E4815457f
Octal11053301357611052412717
Binary10010001011101101011101111110100100010101010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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