#480015

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

Shades of Bordeaux #480015

Tints of Bordeaux #480015

Color information

#480015 (or 0x480015) is unknown color: approx Bordeaux. HEX triplet: 48, 00 and 15. RGB value is (72,0,21). Sum of RGB (Red+Green+Blue) = 72+0+21=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480015 is #B7FFEA. Grayscale: #171717. Windows color (decimal): -12058603 or 1376328. OLE color: 1376328.

HSL color Cylindrical-coordinate representation of color #480015: hue angle of 342.5º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #480015 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.72.

Color convert

RGB72021-
CMYK010.710.72
HSL342.5º100%14.12%-
HSV(B)342.5º100%28.24%-
XYZ2.811.430.84-
YUV23.92126.35162.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 77.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=77.42%
G=0%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72021010.710.72342.510014.12
Hex48015064474815664e
Octal110025014410711052614416
Binary1001000010101011001001000111100100010101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480015; }

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

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

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

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

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

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

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

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