#48071A

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

Shades of Bordeaux #48071A

Tints of Bordeaux #48071A

Color information

#48071A (or 0x48071A) is unknown color: approx Bordeaux. HEX triplet: 48, 07 and 1A. RGB value is (72,7,26). Sum of RGB (Red+Green+Blue) = 72+7+26=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #48071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48071A is #B7F8E5. Grayscale: #1C1C1C. Windows color (decimal): -12056806 or 1705800. OLE color: 1705800.

HSL color Cylindrical-coordinate representation of color #48071A: hue angle of 342.46º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48071A is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB72726-
CMYK00.900.640.72
HSL342.46º82.28%15.49%-
HSV(B)342.46º90.28%28.24%-
XYZ2.931.61.13-
YUV28.6126.53158.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 68.57%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=68.57%
G=6.67%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7272600.900.640.72342.4682.2815.49
Hex4871A05A404815652f
Octal110732013210011052612217
Binary100100011111010010110101000000100100010101011010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48071A; }

 p { color: rgb(72,7,26); }

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

<style>
 a { background-color: #48071A; }

 a { background-color: rgb(72,7,26); }

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

<style>
 span { border-color: #48071A; }

 span { border-color: rgb(72,7,26); }

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