#480115

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

Shades of Bordeaux #480115

Tints of Bordeaux #480115

Color information

#480115 (or 0x480115) is unknown color: approx Bordeaux. HEX triplet: 48, 01 and 15. RGB value is (72,1,21). Sum of RGB (Red+Green+Blue) = 72+1+21=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480115 is #B7FEEA. Grayscale: #181818. Windows color (decimal): -12058347 or 1376584. OLE color: 1376584.

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

Color convert

RGB72121-
CMYK00.990.710.72
HSL343.1º97.26%14.31%-
HSV(B)343.1º98.61%28.24%-
XYZ2.821.450.84-
YUV24.51126.02161.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 76.60%
GREEN value IS 1 (0.78% from 255) = 1.06%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=76.60%
G=1.06%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212100.990.710.72343.197.2614.31
Hex48115063474815761e
Octal110125014310711052714116
Binary1001000110101011000111000111100100010101011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480115; }

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

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

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

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

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

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

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

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