#480D1D

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

Shades of Bordeaux #480D1D

Tints of Bordeaux #480D1D

Color information

#480D1D (or 0x480D1D) is unknown color: approx Bordeaux. HEX triplet: 48, 0D and 1D. RGB value is (72,13,29). Sum of RGB (Red+Green+Blue) = 72+13+29=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 13 (5.47% from 255 or 11.40% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #480D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D1D is #B7F2E2. Grayscale: #202020. Windows color (decimal): -12055267 or 1903944. OLE color: 1903944.

HSL color Cylindrical-coordinate representation of color #480D1D: hue angle of 343.73º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #480D1D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB721329-
CMYK00.820.600.72
HSL343.73º69.41%16.67%-
HSV(B)343.73º81.94%28.24%-
XYZ3.041.751.34-
YUV32.46126.05156.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 63.16%
GREEN value IS 13 (5.47% from 255) = 11.40%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=63.16%
G=11.40%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72132900.820.600.72343.7369.4116.67
Hex48D1D0523C481584511
Octal110153501227411053010521
Binary1001000110111101010100101111001001000101011000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480D1D; }

 p { color: rgb(72,13,29); }

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

<style>
 a { background-color: #480D1D; }

 a { background-color: rgb(72,13,29); }

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

<style>
 span { border-color: #480D1D; }

 span { border-color: rgb(72,13,29); }

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