#480D1A

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

Shades of Bordeaux #480D1A

Tints of Bordeaux #480D1A

Color information

#480D1A (or 0x480D1A) is unknown color: approx Bordeaux. HEX triplet: 48, 0D and 1A. RGB value is (72,13,26). Sum of RGB (Red+Green+Blue) = 72+13+26=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 26 (10.55% from 255 or 23.42% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #480D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480D1A is #B7F2E5. Grayscale: #202020. Windows color (decimal): -12055270 or 1707336. OLE color: 1707336.

HSL color Cylindrical-coordinate representation of color #480D1A: hue angle of 346.78º 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 #480D1A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.72.

Color convert

RGB721326-
CMYK00.820.640.72
HSL346.78º69.41%16.67%-
HSV(B)346.78º81.94%28.24%-
XYZ31.741.15-
YUV32.12124.55156.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 64.86%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 26 (10.55% from 255) = 23.42%
R=64.86%
G=11.71%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72132600.820.640.72346.7869.4116.67
Hex48D1A052404815b4511
Octal1101532012210011053310521
Binary10010001101110100101001010000001001000101011011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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