#481D23

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

Shades of Bordeaux #481D23

Tints of Bordeaux #481D23

Color information

#481D23 (or 0x481D23) is unknown color: approx Bordeaux. HEX triplet: 48, 1D and 23. RGB value is (72,29,35). Sum of RGB (Red+Green+Blue) = 72+29+35=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D23 is #B7E2DC. Grayscale: #2A2A2A. Windows color (decimal): -12051165 or 2301256. OLE color: 2301256.

HSL color Cylindrical-coordinate representation of color #481D23: hue angle of 351.63º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D23 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB722935-
CMYK00.600.510.72
HSL351.63º42.57%19.8%-
HSV(B)351.63º59.72%28.24%-
XYZ3.422.381.87-
YUV42.54123.75149.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.94%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=52.94%
G=21.32%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72293500.600.510.72351.6342.5719.8
Hex481D2303C33481602b14
Octal1103543074631105405324
Binary1001000111011000110111100110011100100010110000010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481D23; }

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

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

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

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

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

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

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

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