#481E27

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

Shades of Bordeaux #481E27

Tints of Bordeaux #481E27

Color information

#481E27 (or 0x481E27) is unknown color: approx Bordeaux. HEX triplet: 48, 1E and 27. RGB value is (72,30,39). Sum of RGB (Red+Green+Blue) = 72+30+39=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E27 is #B7E1D8. Grayscale: #2B2B2B. Windows color (decimal): -12050905 or 2563656. OLE color: 2563656.

HSL color Cylindrical-coordinate representation of color #481E27: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E27 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB723039-
CMYK00.580.460.72
HSL347.14º41.18%20%-
HSV(B)347.14º58.33%28.24%-
XYZ3.52.452.21-
YUV43.58125.41148.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 39 (15.62% from 255) = 27.66%
R=51.06%
G=21.28%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72303900.580.460.72347.1441.1820
Hex481E2703A2E4815b2914
Octal1103647072561105335124
Binary1001000111101001110111010101110100100010101101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,30,39); }

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

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

 a { background-color: rgb(72,30,39); }

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

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

 span { border-color: rgb(72,30,39); }

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