#480F1E

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

Shades of Bordeaux #480F1E

Tints of Bordeaux #480F1E

Color information

#480F1E (or 0x480F1E) is unknown color: approx Bordeaux. HEX triplet: 48, 0F and 1E. RGB value is (72,15,30). Sum of RGB (Red+Green+Blue) = 72+15+30=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #480F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480F1E is #B7F0E1. Grayscale: #212121. Windows color (decimal): -12054754 or 1969992. OLE color: 1969992.

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

Color convert

RGB721530-
CMYK00.790.580.72
HSL344.21º65.52%17.06%-
HSV(B)344.21º79.17%28.24%-
XYZ3.081.811.42-
YUV33.75125.88155.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 61.54%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=61.54%
G=12.82%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72153000.790.580.72344.2165.5217.06
Hex48F1E04F3A481584211
Octal110173601177211053010221
Binary1001000111111110010011111110101001000101011000100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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