#481219

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

Shades of Bordeaux #481219

Tints of Bordeaux #481219

Color information

#481219 (or 0x481219) is unknown color: approx Bordeaux. HEX triplet: 48, 12 and 19. RGB value is (72,18,25). Sum of RGB (Red+Green+Blue) = 72+18+25=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481219 is #B7EDE6. Grayscale: #222222. Windows color (decimal): -12053991 or 1643080. OLE color: 1643080.

HSL color Cylindrical-coordinate representation of color #481219: hue angle of 352.22º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481219 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB721825-
CMYK00.750.650.72
HSL352.22º60%17.65%-
HSV(B)352.22º75%28.24%-
XYZ3.061.881.12-
YUV34.94122.39154.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.61%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=62.61%
G=15.65%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72182500.750.650.72352.226017.65
Hex48121904B41481603c12
Octal110223101131011105407422
Binary10010001001011001010010111000001100100010110000011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481219; }

 p { color: rgb(72,18,25); }

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

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

 a { background-color: rgb(72,18,25); }

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

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

 span { border-color: rgb(72,18,25); }

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