#530523

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

Shades of Bordeaux #530523

Tints of Bordeaux #530523

Color information

#530523 (or 0x530523) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 23. RGB value is (83,5,35). Sum of RGB (Red+Green+Blue) = 83+5+35=123 (16% of max value = 765). Red value is 83 (32.81% from 255 or 67.48% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 83 - color contains mainly: red. Hex color #530523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530523 is #ACFADC. Grayscale: #1F1F1F. Windows color (decimal): -11336413 or 2295123. OLE color: 2295123.

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

Color convert

RGB83535-
CMYK00.940.580.67
HSL336.92º88.64%17.25%-
HSV(B)336.92º93.98%32.55%-
XYZ3.922.071.78-
YUV31.74129.84164.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 67.48%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=67.48%
G=4.07%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8353500.940.580.67336.9288.6417.25
Hex5352305E3A431515911
Octal12354301367210352113121
Binary1010011101100011010111101110101000011101010001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530523; }

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

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

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

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

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

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

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

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