#480116

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

Shades of Bordeaux #480116

Tints of Bordeaux #480116

Color information

#480116 (or 0x480116) is unknown color: approx Bordeaux. HEX triplet: 48, 01 and 16. RGB value is (72,1,22). Sum of RGB (Red+Green+Blue) = 72+1+22=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 1 (0.78% from 255 or 1.05% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #480116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480116 is #B7FEE9. Grayscale: #181818. Windows color (decimal): -12058346 or 1442120. OLE color: 1442120.

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

Color convert

RGB72122-
CMYK00.990.690.72
HSL342.25º97.26%14.31%-
HSV(B)342.25º98.61%28.24%-
XYZ2.831.460.89-
YUV24.62126.52161.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 75.79%
GREEN value IS 1 (0.78% from 255) = 1.05%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=75.79%
G=1.05%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7212200.990.690.72342.2597.2614.31
Hex48116063454815661e
Octal110126014310511052614116
Binary1001000110110011000111000101100100010101011011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480116; }

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

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

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

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

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

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

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

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