#481322

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

Shades of Bordeaux #481322

Tints of Bordeaux #481322

Color information

#481322 (or 0x481322) is unknown color: approx Bordeaux. HEX triplet: 48, 13 and 22. RGB value is (72,19,34). Sum of RGB (Red+Green+Blue) = 72+19+34=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481322 is #B7ECDD. Grayscale: #242424. Windows color (decimal): -12053726 or 2233160. OLE color: 2233160.

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

Color convert

RGB721934-
CMYK00.740.530.72
HSL343.02º58.24%17.84%-
HSV(B)343.02º73.61%28.24%-
XYZ3.191.961.72-
YUV36.56126.56153.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.6%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=57.6%
G=15.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72193400.740.530.72343.0258.2417.84
Hex48132204A35481573a12
Octal11023420112651105277222
Binary10010001001110001001001010110101100100010101011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481322; }

 p { color: rgb(72,19,34); }

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

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

 a { background-color: rgb(72,19,34); }

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

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

 span { border-color: rgb(72,19,34); }

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