#48141D

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

Shades of Bordeaux #48141D

Tints of Bordeaux #48141D

Color information

#48141D (or 0x48141D) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 1D. RGB value is (72,20,29). Sum of RGB (Red+Green+Blue) = 72+20+29=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141D is #B7EBE2. Grayscale: #242424. Windows color (decimal): -12053475 or 1905736. OLE color: 1905736.

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

Color convert

RGB722029-
CMYK00.720.600.72
HSL349.62º56.52%18.04%-
HSV(B)349.62º72.22%28.24%-
XYZ3.141.971.38-
YUV36.57123.73153.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 59.50%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=59.50%
G=16.53%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72202900.720.600.72349.6256.5218.04
Hex48141D0483C4815e3912
Octal11024350110741105367122
Binary1001000101001110101001000111100100100010101111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48141D; }

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

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

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

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

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

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

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

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