#530511

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

Shades of Bordeaux #530511

Tints of Bordeaux #530511

Color information

#530511 (or 0x530511) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 11. RGB value is (83,5,17). Sum of RGB (Red+Green+Blue) = 83+5+17=105 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.05% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 83 - color contains mainly: red. Hex color #530511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530511 is #ACFAEE. Grayscale: #1D1D1D. Windows color (decimal): -11336431 or 1115475. OLE color: 1115475.

HSL color Cylindrical-coordinate representation of color #530511: hue angle of 350.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530511 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB83517-
CMYK00.940.800.67
HSL350.77º88.64%17.25%-
HSV(B)350.77º93.98%32.55%-
XYZ3.721.990.72-
YUV29.69120.84166.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.05%
GREEN value IS 5 (2.34% from 255) = 4.76%
BLUE value IS 17 (7.03% from 255) = 16.19%
R=79.05%
G=4.76%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351700.940.800.67350.7788.6417.25
Hex5351105E504315f5911
Octal123521013612010353713121
Binary1010011101100010101111010100001000011101011111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530511; }

 p { color: rgb(83,5,17); }

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

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

 a { background-color: rgb(83,5,17); }

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

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

 span { border-color: rgb(83,5,17); }

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