#480F1D

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

Shades of Bordeaux #480F1D

Tints of Bordeaux #480F1D

Color information

#480F1D (or 0x480F1D) is unknown color: approx Bordeaux. HEX triplet: 48, 0F and 1D. RGB value is (72,15,29). Sum of RGB (Red+Green+Blue) = 72+15+29=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #480F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F1D is #B7F0E2. Grayscale: #212121. Windows color (decimal): -12054755 or 1904456. OLE color: 1904456.

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

Color convert

RGB721529-
CMYK00.790.600.72
HSL345.26º65.52%17.06%-
HSV(B)345.26º79.17%28.24%-
XYZ3.071.811.35-
YUV33.64125.38155.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 62.07%
GREEN value IS 15 (6.25% from 255) = 12.93%
BLUE value IS 29 (11.72% from 255) = 25%
R=62.07%
G=12.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72152900.790.600.72345.2665.5217.06
Hex48F1D04F3C481594211
Octal110173501177411053110221
Binary1001000111111101010011111111001001000101011001100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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