#481C26

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

Shades of Bordeaux #481C26

Tints of Bordeaux #481C26

Color information

#481C26 (or 0x481C26) is unknown color: approx Bordeaux. HEX triplet: 48, 1C and 26. RGB value is (72,28,38). Sum of RGB (Red+Green+Blue) = 72+28+38=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #481C26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C26 is #B7E3D9. Grayscale: #2A2A2A. Windows color (decimal): -12051418 or 2497608. OLE color: 2497608.

HSL color Cylindrical-coordinate representation of color #481C26: hue angle of 346.36º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C26 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB722838-
CMYK00.610.470.72
HSL346.36º44%19.61%-
HSV(B)346.36º61.11%28.24%-
XYZ3.442.352.11-
YUV42.3125.58149.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 28 (11.33% from 255) = 20.29%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=52.17%
G=20.29%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72283800.610.470.72346.364419.61
Hex481C2603D2F4815a2c14
Octal1103446075571105325424
Binary1001000111001001100111101101111100100010101101010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,28,38); }

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

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

 a { background-color: rgb(72,28,38); }

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

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

 span { border-color: rgb(72,28,38); }

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