#48141A

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

Shades of Bordeaux #48141A

Tints of Bordeaux #48141A

Color information

#48141A (or 0x48141A) is unknown color: approx Bordeaux. HEX triplet: 48, 14 and 1A. RGB value is (72,20,26). Sum of RGB (Red+Green+Blue) = 72+20+26=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #48141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48141A is #B7EBE5. Grayscale: #242424. Windows color (decimal): -12053478 or 1709128. OLE color: 1709128.

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

Color convert

RGB722026-
CMYK00.720.640.72
HSL353.08º56.52%18.04%-
HSV(B)353.08º72.22%28.24%-
XYZ3.111.951.19-
YUV36.23122.23153.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.02%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=61.02%
G=16.95%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72202600.720.640.72353.0856.5218.04
Hex48141A04840481613912
Octal110243201101001105417122
Binary10010001010011010010010001000000100100010110000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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