#48001A

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

Shades of Bordeaux #48001A

Tints of Bordeaux #48001A

Color information

#48001A (or 0x48001A) is unknown color: approx Bordeaux. HEX triplet: 48, 00 and 1A. RGB value is (72,0,26). Sum of RGB (Red+Green+Blue) = 72+0+26=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #48001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48001A is #B7FFE5. Grayscale: #181818. Windows color (decimal): -12058598 or 1704008. OLE color: 1704008.

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

Color convert

RGB72026-
CMYK010.640.72
HSL338.33º100%14.12%-
HSV(B)338.33º100%28.24%-
XYZ2.861.451.11-
YUV24.49128.85161.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 73.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=73.47%
G=0%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72026010.640.72338.3310014.12
Hex4801A064404815264e
Octal110032014410011052214416
Binary1001000011010011001001000000100100010101001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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