#481A1F

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

Shades of Bordeaux #481A1F

Tints of Bordeaux #481A1F

Color information

#481A1F (or 0x481A1F) is unknown color: approx Bordeaux. HEX triplet: 48, 1A and 1F. RGB value is (72,26,31). Sum of RGB (Red+Green+Blue) = 72+26+31=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481A1F is #B7E5E0. Grayscale: #282828. Windows color (decimal): -12051937 or 2038344. OLE color: 2038344.

HSL color Cylindrical-coordinate representation of color #481A1F: hue angle of 353.48º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481A1F is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB722631-
CMYK00.640.570.72
HSL353.48º46.94%19.22%-
HSV(B)353.48º63.89%28.24%-
XYZ3.292.221.55-
YUV40.32122.74150.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 26 (10.55% from 255) = 20.16%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=55.81%
G=20.16%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72263100.640.570.72353.4846.9419.22
Hex481A1F04039481612f13
Octal11032370100711105415723
Binary1001000110101111101000000111001100100010110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481A1F; }

 p { color: rgb(72,26,31); }

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

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

 a { background-color: rgb(72,26,31); }

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

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

 span { border-color: rgb(72,26,31); }

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