#48202A

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

Shades of Bordeaux #48202A

Tints of Bordeaux #48202A

Color information

#48202A (or 0x48202A) is unknown color: approx Bordeaux. HEX triplet: 48, 20 and 2A. RGB value is (72,32,42). Sum of RGB (Red+Green+Blue) = 72+32+42=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #48202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202A is #B7DFD5. Grayscale: #2D2D2D. Windows color (decimal): -12050390 or 2760776. OLE color: 2760776.

HSL color Cylindrical-coordinate representation of color #48202A: hue angle of 345º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48202A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB723242-
CMYK00.560.420.72
HSL345º38.46%20.39%-
HSV(B)345º55.56%28.24%-
XYZ3.612.582.5-
YUV45.1126.25147.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 49.32%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=49.32%
G=21.92%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72324200.560.420.7234538.4620.39
Hex48202A0382A481592614
Octal1104052070521105314624
Binary10010001000001010100111000101010100100010101100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,32,42); }

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

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

 a { background-color: rgb(72,32,42); }

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

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

 span { border-color: rgb(72,32,42); }

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