#481821

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

Shades of Bordeaux #481821

Tints of Bordeaux #481821

Color information

#481821 (or 0x481821) is unknown color: approx Bordeaux. HEX triplet: 48, 18 and 21. RGB value is (72,24,33). Sum of RGB (Red+Green+Blue) = 72+24+33=129 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.81% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 72 - color contains mainly: red. Hex color #481821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481821 is #B7E7DE. Grayscale: #272727. Windows color (decimal): -12052447 or 2168904. OLE color: 2168904.

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

Color convert

RGB722433-
CMYK00.670.540.72
HSL348.75º50%18.82%-
HSV(B)348.75º66.67%28.24%-
XYZ3.272.141.68-
YUV39.38124.4151.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 55.81%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=55.81%
G=18.60%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72243300.670.540.72348.755018.82
Hex481821043364815d3213
Octal11030410103661105356223
Binary10010001100010000101000011110110100100010101110111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481821; }

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

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

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

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

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

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

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

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