#480315

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

Shades of Bordeaux #480315

Tints of Bordeaux #480315

Color information

#480315 (or 0x480315) is unknown color: approx Bordeaux. HEX triplet: 48, 03 and 15. RGB value is (72,3,21). Sum of RGB (Red+Green+Blue) = 72+3+21=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480315 is #B7FCEA. Grayscale: #191919. Windows color (decimal): -12057835 or 1377096. OLE color: 1377096.

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

Color convert

RGB72321-
CMYK00.960.710.72
HSL344.35º92%14.71%-
HSV(B)344.35º95.83%28.24%-
XYZ2.841.50.85-
YUV25.68125.36161.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=75%
G=3.12%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232100.960.710.72344.359214.71
Hex4831506047481585cf
Octal110325014010711053013417
Binary10010001110101011000001000111100100010101100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480315; }

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

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

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

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

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

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

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

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