#481B26

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

Shades of Bordeaux #481B26

Tints of Bordeaux #481B26

Color information

#481B26 (or 0x481B26) is unknown color: approx Bordeaux. HEX triplet: 48, 1B and 26. RGB value is (72,27,38). Sum of RGB (Red+Green+Blue) = 72+27+38=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 27 (10.94% from 255 or 19.71% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #481B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B26 is #B7E4D9. Grayscale: #292929. Windows color (decimal): -12051674 or 2497352. OLE color: 2497352.

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

Color convert

RGB722738-
CMYK00.620.470.72
HSL345.33º45.45%19.41%-
HSV(B)345.33º62.5%28.24%-
XYZ3.412.32.1-
YUV41.71125.91149.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 27 (10.94% from 255) = 19.71%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=52.55%
G=19.71%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72273800.620.470.72345.3345.4519.41
Hex481B2603E2F481592d13
Octal1103346076571105315523
Binary1001000110111001100111110101111100100010101100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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