#481823

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

Shades of Bordeaux #481823

Tints of Bordeaux #481823

Color information

#481823 (or 0x481823) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 23. RGB value is (72,24,35). Sum of RGB (Red+Green+Blue) = 72+24+35=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481823 is #B7E7DC. Grayscale: #272727. Windows color (decimal): -12052445 or 2299976. OLE color: 2299976.

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

Color convert

RGB722435-
CMYK00.670.510.72
HSL346.25º50%18.82%-
HSV(B)346.25º66.67%28.24%-
XYZ3.32.151.83-
YUV39.61125.4151.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 54.96%
GREEN value IS 24 (9.77% from 255) = 18.32%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=54.96%
G=18.32%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72243500.670.510.72346.255018.82
Hex481823043334815a3213
Octal11030430103631105326223
Binary10010001100010001101000011110011100100010101101011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481823; }

 p { color: rgb(72,24,35); }

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

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

 a { background-color: rgb(72,24,35); }

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

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

 span { border-color: rgb(72,24,35); }

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