#480818

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

Shades of Bordeaux #480818

Tints of Bordeaux #480818

Color information

#480818 (or 0x480818) is unknown color: approx Bordeaux. HEX triplet: 48, 08 and 18. RGB value is (72,8,24). Sum of RGB (Red+Green+Blue) = 72+8+24=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #480818 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480818 is #B7F7E7. Grayscale: #1C1C1C. Windows color (decimal): -12056552 or 1574984. OLE color: 1574984.

HSL color Cylindrical-coordinate representation of color #480818: hue angle of 345º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #480818 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB72824-
CMYK00.890.670.72
HSL345º80%15.69%-
HSV(B)345º88.89%28.24%-
XYZ2.921.621.02-
YUV28.96125.2158.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=69.23%
G=7.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7282400.890.670.723458015.69
Hex4881805943481595010
Octal1101030013110311053112020
Binary10010001000110000101100110000111001000101011001101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480818; }

 p { color: rgb(72,8,24); }

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

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

 a { background-color: rgb(72,8,24); }

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

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

 span { border-color: rgb(72,8,24); }

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