#481822

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

Shades of Bordeaux #481822

Tints of Bordeaux #481822

Color information

#481822 (or 0x481822) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 22. RGB value is (72,24,34). Sum of RGB (Red+Green+Blue) = 72+24+34=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481822 is #B7E7DD. Grayscale: #272727. Windows color (decimal): -12052446 or 2234440. OLE color: 2234440.

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

Color convert

RGB722434-
CMYK00.670.530.72
HSL347.5º50%18.82%-
HSV(B)347.5º66.67%28.24%-
XYZ3.292.151.75-
YUV39.49124.9151.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 34 (13.67% from 255) = 26.15%
R=55.38%
G=18.46%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72243400.670.530.72347.55018.82
Hex481822043354815c3213
Octal11030420103651105346223
Binary10010001100010001001000011110101100100010101110011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481822; }

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

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

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

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

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

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

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

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