#481722

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

Shades of Bordeaux #481722

Tints of Bordeaux #481722

Color information

#481722 (or 0x481722) is unknown color: approx Bordeaux. HEX triplet: 48, 17 and 22. RGB value is (72,23,34). Sum of RGB (Red+Green+Blue) = 72+23+34=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481722 is #B7E8DD. Grayscale: #262626. Windows color (decimal): -12052702 or 2234184. OLE color: 2234184.

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

Color convert

RGB722334-
CMYK00.680.530.72
HSL346.53º51.58%18.63%-
HSV(B)346.53º68.06%28.24%-
XYZ3.272.111.75-
YUV38.9125.23151.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=55.81%
G=17.83%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72233400.680.530.72346.5351.5818.63
Hex481722044354815b3413
Octal11027420104651105336423
Binary10010001011110001001000100110101100100010101101111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481722; }

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

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

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

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

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

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

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

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