#481726

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

Shades of Bordeaux #481726

Tints of Bordeaux #481726

Color information

#481726 (or 0x481726) is unknown color: approx Bordeaux. HEX triplet: 48, 17 and 26. RGB value is (72,23,38). Sum of RGB (Red+Green+Blue) = 72+23+38=133 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.14% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 38 (15.23% from 255 or 28.57% from 133); Max value from RGB is 72 - color contains mainly: red. Hex color #481726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481726 is #B7E8D9. Grayscale: #272727. Windows color (decimal): -12052698 or 2496328. OLE color: 2496328.

HSL color Cylindrical-coordinate representation of color #481726: hue angle of 341.63º 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 #481726 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB722338-
CMYK00.680.470.72
HSL341.63º51.58%18.63%-
HSV(B)341.63º68.06%28.24%-
XYZ3.332.132.07-
YUV39.36127.23151.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.14%
GREEN value IS 23 (9.38% from 255) = 17.29%
BLUE value IS 38 (15.23% from 255) = 28.57%
R=54.14%
G=17.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72233800.680.470.72341.6351.5818.63
Hex4817260442F481563413
Octal11027460104571105266423
Binary10010001011110011001000100101111100100010101011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481726; }

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

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

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

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

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

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

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

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