#48191E

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

Shades of Bordeaux #48191E

Tints of Bordeaux #48191E

Color information

#48191E (or 0x48191E) is unknown color: approx Bordeaux. HEX triplet: 48, 19 and 1E. RGB value is (72,25,30). Sum of RGB (Red+Green+Blue) = 72+25+30=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #48191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48191E is #B7E6E1. Grayscale: #272727. Windows color (decimal): -12052194 or 1972552. OLE color: 1972552.

HSL color Cylindrical-coordinate representation of color #48191E: hue angle of 353.62º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48191E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB722530-
CMYK00.650.580.72
HSL353.62º48.45%19.02%-
HSV(B)353.62º65.28%28.24%-
XYZ3.252.171.47-
YUV39.62122.57151.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 56.69%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=56.69%
G=19.69%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72253000.650.580.72353.6248.4519.02
Hex48191E0413A481623013
Octal11031360101721105426023
Binary1001000110011111001000001111010100100010110001011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48191E; }

 p { color: rgb(72,25,30); }

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

<style>
 a { background-color: #48191E; }

 a { background-color: rgb(72,25,30); }

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

<style>
 span { border-color: #48191E; }

 span { border-color: rgb(72,25,30); }

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