#481019

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

Shades of Bordeaux #481019

Tints of Bordeaux #481019

Color information

#481019 (or 0x481019) is unknown color: approx Bordeaux. HEX triplet: 48, 10 and 19. RGB value is (72,16,25). Sum of RGB (Red+Green+Blue) = 72+16+25=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481019 is #B7EFE6. Grayscale: #212121. Windows color (decimal): -12054503 or 1642568. OLE color: 1642568.

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

Color convert

RGB721625-
CMYK00.780.650.72
HSL350.36º63.64%17.25%-
HSV(B)350.36º77.78%28.24%-
XYZ3.031.821.11-
YUV33.77123.05155.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.72%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=63.72%
G=14.16%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72162500.780.650.72350.3663.6417.25
Hex48101904E414815e4011
Octal1102031011610111053610021
Binary100100010000110010100111010000011001000101011110100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481019; }

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

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

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

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

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

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

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

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