#530120

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

Shades of Bordeaux #530120

Tints of Bordeaux #530120

Color information

#530120 (or 0x530120) is unknown color: approx Bordeaux. HEX triplet: 53, 01 and 20. RGB value is (83,1,32). Sum of RGB (Red+Green+Blue) = 83+1+32=116 (15% of max value = 765). Red value is 83 (32.81% from 255 or 71.55% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 83 - color contains mainly: red. Hex color #530120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530120 is #ACFEDF. Grayscale: #1D1D1D. Windows color (decimal): -11337440 or 2097491. OLE color: 2097491.

HSL color Cylindrical-coordinate representation of color #530120: hue angle of 337.32º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530120 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB83132-
CMYK00.990.610.67
HSL337.32º97.62%16.47%-
HSV(B)337.32º98.8%32.55%-
XYZ3.841.961.54-
YUV29.05129.67166.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 71.55%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 32 (12.89% from 255) = 27.59%
R=71.55%
G=0.86%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8313200.990.610.67337.3297.6216.47
Hex531200633D431516210
Octal12314001437510352114220
Binary10100111100000011000111111011000011101010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530120; }

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

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

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

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

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

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

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

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