#481F26

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

Shades of Bordeaux #481F26

Tints of Bordeaux #481F26

Color information

#481F26 (or 0x481F26) is unknown color: approx Bordeaux. HEX triplet: 48, 1F and 26. RGB value is (72,31,38). Sum of RGB (Red+Green+Blue) = 72+31+38=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F26 is #B7E0D9. Grayscale: #2C2C2C. Windows color (decimal): -12050650 or 2498376. OLE color: 2498376.

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

Color convert

RGB723138-
CMYK00.570.470.72
HSL349.76º39.81%20.2%-
HSV(B)349.76º56.94%28.24%-
XYZ3.512.52.13-
YUV44.06124.58147.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=51.06%
G=21.99%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72313800.570.470.72349.7639.8120.2
Hex481F260392F4815e2814
Octal1103746071571105365024
Binary1001000111111001100111001101111100100010101111010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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