#48101E

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

Shades of Bordeaux #48101E

Tints of Bordeaux #48101E

Color information

#48101E (or 0x48101E) is unknown color: approx Bordeaux. HEX triplet: 48, 10 and 1E. RGB value is (72,16,30). Sum of RGB (Red+Green+Blue) = 72+16+30=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48101E is #B7EFE1. Grayscale: #222222. Windows color (decimal): -12054498 or 1970248. OLE color: 1970248.

HSL color Cylindrical-coordinate representation of color #48101E: hue angle of 345º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48101E is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB721630-
CMYK00.780.580.72
HSL345º63.64%17.25%-
HSV(B)345º77.78%28.24%-
XYZ3.091.841.42-
YUV34.34125.55154.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 30 (12.11% from 255) = 25.42%
R=61.02%
G=13.56%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72163000.780.580.7234563.6417.25
Hex48101E04E3A481594011
Octal110203601167211053110021
Binary10010001000011110010011101110101001000101011001100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48101E; }

 p { color: rgb(72,16,30); }

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

<style>
 a { background-color: #48101E; }

 a { background-color: rgb(72,16,30); }

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

<style>
 span { border-color: #48101E; }

 span { border-color: rgb(72,16,30); }

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