#530820

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

Shades of Bordeaux #530820

Tints of Bordeaux #530820

Color information

#530820 (or 0x530820) is unknown color: approx Bordeaux. HEX triplet: 53, 08 and 20. RGB value is (83,8,32). Sum of RGB (Red+Green+Blue) = 83+8+32=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530820 is #ACF7DF. Grayscale: #212121. Windows color (decimal): -11335648 or 2099283. OLE color: 2099283.

HSL color Cylindrical-coordinate representation of color #530820: hue angle of 340.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #530820 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB83832-
CMYK00.900.610.67
HSL340.8º82.42%17.84%-
HSV(B)340.8º90.36%32.55%-
XYZ3.912.121.57-
YUV33.16127.35163.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=67.48%
G=6.50%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8383200.900.610.67340.882.4217.84
Hex5382005A3D431555212
Octal123104001327510352512222
Binary10100111000100000010110101111011000011101010101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530820; }

 p { color: rgb(83,8,32); }

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

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

 a { background-color: rgb(83,8,32); }

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

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

 span { border-color: rgb(83,8,32); }

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