#48061A

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

Shades of Bordeaux #48061A

Tints of Bordeaux #48061A

Color information

#48061A (or 0x48061A) is unknown color: approx Bordeaux. HEX triplet: 48, 06 and 1A. RGB value is (72,6,26). Sum of RGB (Red+Green+Blue) = 72+6+26=104 (13% of max value = 765). Red value is 72 (28.52% from 255 or 69.23% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 72 - color contains mainly: red. Hex color #48061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48061A is #B7F9E5. Grayscale: #1B1B1B. Windows color (decimal): -12057062 or 1705544. OLE color: 1705544.

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

Color convert

RGB72626-
CMYK00.920.640.72
HSL341.82º84.62%15.29%-
HSV(B)341.82º91.67%28.24%-
XYZ2.921.581.13-
YUV28.01126.87159.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 5.77%
BLUE value IS 26 (10.55% from 255) = 25%
R=69.23%
G=5.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7262600.920.640.72341.8284.6215.29
Hex4861A05C404815655f
Octal110632013410011052612517
Binary100100011011010010111001000000100100010101011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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