#48091A

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

Shades of Bordeaux #48091A

Tints of Bordeaux #48091A

Color information

#48091A (or 0x48091A) is unknown color: approx Bordeaux. HEX triplet: 48, 09 and 1A. RGB value is (72,9,26). Sum of RGB (Red+Green+Blue) = 72+9+26=107 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.29% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 72 - color contains mainly: red. Hex color #48091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48091A is #B7F6E5. Grayscale: #1D1D1D. Windows color (decimal): -12056294 or 1706312. OLE color: 1706312.

HSL color Cylindrical-coordinate representation of color #48091A: hue angle of 343.81º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48091A is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB72926-
CMYK00.880.640.72
HSL343.81º77.78%15.88%-
HSV(B)343.81º87.5%28.24%-
XYZ2.961.651.14-
YUV29.78125.87158.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 67.29%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=67.29%
G=8.41%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7292600.880.640.72343.8177.7815.88
Hex4891A05840481584e10
Octal1101132013010011053011620
Binary10010001001110100101100010000001001000101011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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