#481426

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

Shades of Bordeaux #481426

Tints of Bordeaux #481426

Color information

#481426 (or 0x481426) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 26. RGB value is (72,20,38). Sum of RGB (Red+Green+Blue) = 72+20+38=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481426 is #B7EBD9. Grayscale: #252525. Windows color (decimal): -12053466 or 2495560. OLE color: 2495560.

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

Color convert

RGB722038-
CMYK00.720.470.72
HSL339.23º56.52%18.04%-
HSV(B)339.23º72.22%28.24%-
XYZ3.272.022.05-
YUV37.6128.23152.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.38%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=55.38%
G=15.38%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72203800.720.470.72339.2356.5218.04
Hex4814260482F481533912
Octal11024460110571105237122
Binary10010001010010011001001000101111100100010101001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481426; }

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

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

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

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

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

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

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

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