#530522

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

Shades of Bordeaux #530522

Tints of Bordeaux #530522

Color information

#530522 (or 0x530522) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 22. RGB value is (83,5,34). Sum of RGB (Red+Green+Blue) = 83+5+34=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530522 is #ACFADD. Grayscale: #1F1F1F. Windows color (decimal): -11336414 or 2229587. OLE color: 2229587.

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

Color convert

RGB83534-
CMYK00.940.590.67
HSL337.69º88.64%17.25%-
HSV(B)337.69º93.98%32.55%-
XYZ3.912.061.71-
YUV31.63129.34164.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 34 (13.67% from 255) = 27.87%
R=68.03%
G=4.10%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353400.940.590.67337.6988.6417.25
Hex5352205E3B431525911
Octal12354201367310352213121
Binary1010011101100010010111101110111000011101010010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530522; }

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

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

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

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

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

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

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

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