#481622

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

Shades of Bordeaux #481622

Tints of Bordeaux #481622

Color information

#481622 (or 0x481622) is unknown color: approx Bordeaux. HEX triplet: 48, 16 and 22. RGB value is (72,22,34). Sum of RGB (Red+Green+Blue) = 72+22+34=128 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.25% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 72 - color contains mainly: red. Hex color #481622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481622 is #B7E9DD. Grayscale: #262626. Windows color (decimal): -12052958 or 2233928. OLE color: 2233928.

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

Color convert

RGB722234-
CMYK00.690.530.72
HSL345.6º53.19%18.43%-
HSV(B)345.6º69.44%28.24%-
XYZ3.252.071.74-
YUV38.32125.56152.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.25%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=56.25%
G=17.19%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72223400.690.530.72345.653.1918.43
Hex481622045354815a3512
Octal11026420105651105326522
Binary10010001011010001001000101110101100100010101101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481622; }

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

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

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

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

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

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

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

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