#530521

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

Shades of Bordeaux #530521

Tints of Bordeaux #530521

Color information

#530521 (or 0x530521) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 21. RGB value is (83,5,33). Sum of RGB (Red+Green+Blue) = 83+5+33=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530521 is #ACFADE. Grayscale: #1F1F1F. Windows color (decimal): -11336415 or 2164051. OLE color: 2164051.

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

Color convert

RGB83533-
CMYK00.940.600.67
HSL338.46º88.64%17.25%-
HSV(B)338.46º93.98%32.55%-
XYZ3.92.061.63-
YUV31.51128.84164.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 33 (13.28% from 255) = 27.27%
R=68.60%
G=4.13%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353300.940.600.67338.4688.6417.25
Hex5352105E3C431525911
Octal12354101367410352213121
Binary1010011101100001010111101111001000011101010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530521; }

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

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

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

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

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

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

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

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