#48061B

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

Shades of Bordeaux #48061B

Tints of Bordeaux #48061B

Color information

#48061B (or 0x48061B) is unknown color: approx Bordeaux. HEX triplet: 48, 06 and 1B. RGB value is (72,6,27). Sum of RGB (Red+Green+Blue) = 72+6+27=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48061B is #B7F9E4. Grayscale: #1C1C1C. Windows color (decimal): -12057061 or 1771080. OLE color: 1771080.

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

Color convert

RGB72627-
CMYK00.920.620.72
HSL340.91º84.62%15.29%-
HSV(B)340.91º91.67%28.24%-
XYZ2.941.591.19-
YUV28.13127.37159.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 6 (2.73% from 255) = 5.71%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=68.57%
G=5.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262700.920.620.72340.9184.6215.29
Hex4861B05C3E4815555f
Octal11063301347611052512517
Binary10010001101101101011100111110100100010101010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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