#48031A

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

Shades of Bordeaux #48031A

Tints of Bordeaux #48031A

Color information

#48031A (or 0x48031A) is unknown color: approx Bordeaux. HEX triplet: 48, 03 and 1A. RGB value is (72,3,26). Sum of RGB (Red+Green+Blue) = 72+3+26=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48031A is #B7FCE5. Grayscale: #1A1A1A. Windows color (decimal): -12057830 or 1704776. OLE color: 1704776.

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

Color convert

RGB72326-
CMYK00.960.640.72
HSL340º92%14.71%-
HSV(B)340º95.83%28.24%-
XYZ2.891.521.12-
YUV26.25127.86160.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 71.29%
GREEN value IS 3 (1.56% from 255) = 2.97%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=71.29%
G=2.97%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7232600.960.640.723409214.71
Hex4831A06040481545cf
Octal110332014010011052413417
Binary10010001111010011000001000000100100010101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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