#530517

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

Shades of Bordeaux #530517

Tints of Bordeaux #530517

Color information

#530517 (or 0x530517) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 17. RGB value is (83,5,23). Sum of RGB (Red+Green+Blue) = 83+5+23=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #530517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530517 is #ACFAE8. Grayscale: #1E1E1E. Windows color (decimal): -11336425 or 1508691. OLE color: 1508691.

HSL color Cylindrical-coordinate representation of color #530517: hue angle of 346.15º 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 #530517 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB83523-
CMYK00.940.720.67
HSL346.15º88.64%17.25%-
HSV(B)346.15º93.98%32.55%-
XYZ3.782.011-
YUV30.37123.84165.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.77%
GREEN value IS 5 (2.34% from 255) = 4.50%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=74.77%
G=4.50%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352300.940.720.67346.1588.6417.25
Hex5351705E484315a5911
Octal123527013611010353213121
Binary1010011101101110101111010010001000011101011010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530517; }

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

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

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

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

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

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

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

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