#48141F

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

Shades of Bordeaux #48141F

Tints of Bordeaux #48141F

Color information

#48141F (or 0x48141F) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 1F. RGB value is (72,20,31). Sum of RGB (Red+Green+Blue) = 72+20+31=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141F is #B7EBE0. Grayscale: #242424. Windows color (decimal): -12053473 or 2036808. OLE color: 2036808.

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

Color convert

RGB722031-
CMYK00.720.570.72
HSL347.31º56.52%18.04%-
HSV(B)347.31º72.22%28.24%-
XYZ3.171.981.51-
YUV36.8124.73153.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 58.54%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=58.54%
G=16.26%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72203100.720.570.72347.3156.5218.04
Hex48141F048394815b3912
Octal11024370110711105337122
Binary1001000101001111101001000111001100100010101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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