#481926

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

Shades of Bordeaux #481926

Tints of Bordeaux #481926

Color information

#481926 (or 0x481926) is unknown color: approx Bordeaux. HEX triplet: 48, 19 and 26. RGB value is (72,25,38). Sum of RGB (Red+Green+Blue) = 72+25+38=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #481926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481926 is #B7E6D9. Grayscale: #282828. Windows color (decimal): -12052186 or 2496840. OLE color: 2496840.

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

Color convert

RGB722538-
CMYK00.650.470.72
HSL343.4º48.45%19.02%-
HSV(B)343.4º65.28%28.24%-
XYZ3.372.212.08-
YUV40.53126.57150.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 53.33%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=53.33%
G=18.52%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72253800.650.470.72343.448.4519.02
Hex4819260412F481573013
Octal11031460101571105276023
Binary10010001100110011001000001101111100100010101011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481926; }

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

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

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

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

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

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

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

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