#481422

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

Shades of Bordeaux #481422

Tints of Bordeaux #481422

Color information

#481422 (or 0x481422) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 22. RGB value is (72,20,34). Sum of RGB (Red+Green+Blue) = 72+20+34=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #481422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481422 is #B7EBDD. Grayscale: #252525. Windows color (decimal): -12053470 or 2233416. OLE color: 2233416.

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

Color convert

RGB722034-
CMYK00.720.530.72
HSL343.85º56.52%18.04%-
HSV(B)343.85º72.22%28.24%-
XYZ3.211.991.73-
YUV37.14126.23152.86-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=57.14%
G=15.87%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72203400.720.530.72343.8556.5218.04
Hex48142204835481583912
Octal11024420110651105307122
Binary10010001010010001001001000110101100100010101100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481422; }

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

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

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

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

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

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

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

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