#530518

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

Shades of Bordeaux #530518

Tints of Bordeaux #530518

Color information

#530518 (or 0x530518) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 18. RGB value is (83,5,24). Sum of RGB (Red+Green+Blue) = 83+5+24=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530518 is #ACFAE7. Grayscale: #1E1E1E. Windows color (decimal): -11336424 or 1574227. OLE color: 1574227.

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

Color convert

RGB83524-
CMYK00.940.710.67
HSL345.38º88.64%17.25%-
HSV(B)345.38º93.98%32.55%-
XYZ3.792.011.05-
YUV30.49124.34165.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=74.11%
G=4.46%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8352400.940.710.67345.3888.6417.25
Hex5351805E47431595911
Octal123530013610710353113121
Binary1010011101110000101111010001111000011101011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530518; }

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

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

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

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

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

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

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

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