#481D22

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

Shades of Bordeaux #481D22

Tints of Bordeaux #481D22

Color information

#481D22 (or 0x481D22) is unknown color: approx Bordeaux. HEX triplet: 48, 1D and 22. RGB value is (72,29,34). Sum of RGB (Red+Green+Blue) = 72+29+34=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D22 is #B7E2DD. Grayscale: #2A2A2A. Windows color (decimal): -12051166 or 2235720. OLE color: 2235720.

HSL color Cylindrical-coordinate representation of color #481D22: hue angle of 353.02º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D22 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB722934-
CMYK00.600.530.72
HSL353.02º42.57%19.8%-
HSV(B)353.02º59.72%28.24%-
XYZ3.42.371.79-
YUV42.43123.25149.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 29 (11.72% from 255) = 21.48%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=53.33%
G=21.48%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293400.600.530.72353.0242.5719.8
Hex481D2203C35481612b14
Octal1103542074651105415324
Binary1001000111011000100111100110101100100010110000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D22; }

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

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

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

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

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

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

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

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