#48011A

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

Shades of Bordeaux #48011A

Tints of Bordeaux #48011A

Color information

#48011A (or 0x48011A) is unknown color: approx Bordeaux. HEX triplet: 48, 01 and 1A. RGB value is (72,1,26). Sum of RGB (Red+Green+Blue) = 72+1+26=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #48011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48011A is #B7FEE5. Grayscale: #191919. Windows color (decimal): -12058342 or 1704264. OLE color: 1704264.

HSL color Cylindrical-coordinate representation of color #48011A: hue angle of 338.87º 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 #48011A is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB72126-
CMYK00.990.640.72
HSL338.87º97.26%14.31%-
HSV(B)338.87º98.61%28.24%-
XYZ2.871.471.11-
YUV25.08128.52161.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 72.73%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 26 (10.55% from 255) = 26.26%
R=72.73%
G=1.01%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212600.990.640.72338.8797.2614.31
Hex4811A063404815361e
Octal110132014310011052314116
Binary1001000111010011000111000000100100010101001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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