#48121A

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

Shades of Bordeaux #48121A

Tints of Bordeaux #48121A

Color information

#48121A (or 0x48121A) is unknown color: approx Bordeaux. HEX triplet: 48, 12 and 1A. RGB value is (72,18,26). Sum of RGB (Red+Green+Blue) = 72+18+26=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 26 (10.55% from 255 or 22.41% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #48121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48121A is #B7EDE5. Grayscale: #232323. Windows color (decimal): -12053990 or 1708616. OLE color: 1708616.

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

Color convert

RGB721826-
CMYK00.750.640.72
HSL351.11º60%17.65%-
HSV(B)351.11º75%28.24%-
XYZ3.081.881.18-
YUV35.06122.89154.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 18 (7.42% from 255) = 15.52%
BLUE value IS 26 (10.55% from 255) = 22.41%
R=62.07%
G=15.52%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72182600.750.640.72351.116017.65
Hex48121A04B404815f3c12
Octal110223201131001105377422
Binary10010001001011010010010111000000100100010101111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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