#481922

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

Shades of Bordeaux #481922

Tints of Bordeaux #481922

Color information

#481922 (or 0x481922) is unknown color: approx Bordeaux. HEX triplet: 48, 19 and 22. RGB value is (72,25,34). Sum of RGB (Red+Green+Blue) = 72+25+34=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481922 is #B7E6DD. Grayscale: #282828. Windows color (decimal): -12052190 or 2234696. OLE color: 2234696.

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

Color convert

RGB722534-
CMYK00.650.530.72
HSL348.51º48.45%19.02%-
HSV(B)348.51º65.28%28.24%-
XYZ3.312.191.76-
YUV40.08124.57150.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=54.96%
G=19.08%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72253400.650.530.72348.5148.4519.02
Hex481922041354815d3013
Octal11031420101651105356023
Binary10010001100110001001000001110101100100010101110111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481922; }

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

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

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

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

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

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

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

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