#480E22

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

Shades of Bordeaux #480E22

Tints of Bordeaux #480E22

Color information

#480E22 (or 0x480E22) is unknown color: approx Bordeaux. HEX triplet: 48, 0E and 22. RGB value is (72,14,34). Sum of RGB (Red+Green+Blue) = 72+14+34=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 14 (5.86% from 255 or 11.67% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #480E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480E22 is #B7F1DD. Grayscale: #212121. Windows color (decimal): -12055006 or 2231880. OLE color: 2231880.

HSL color Cylindrical-coordinate representation of color #480E22: hue angle of 339.31º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E22 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB721434-
CMYK00.810.530.72
HSL339.31º67.44%16.86%-
HSV(B)339.31º80.56%28.24%-
XYZ3.121.811.7-
YUV33.62128.22155.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 60%
GREEN value IS 14 (5.86% from 255) = 11.67%
BLUE value IS 34 (13.67% from 255) = 28.33%
R=60%
G=11.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72143400.810.530.72339.3167.4416.86
Hex48E2205135481534311
Octal110164201216511052310321
Binary10010001110100010010100011101011001000101010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480E22; }

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

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

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

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

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

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

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

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