#530720

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

Shades of Bordeaux #530720

Tints of Bordeaux #530720

Color information

#530720 (or 0x530720) is unknown color: approx Bordeaux. HEX triplet: 53, 07 and 20. RGB value is (83,7,32). Sum of RGB (Red+Green+Blue) = 83+7+32=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #530720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530720 is #ACF8DF. Grayscale: #202020. Windows color (decimal): -11335904 or 2099027. OLE color: 2099027.

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

Color convert

RGB83732-
CMYK00.920.610.67
HSL340.26º84.44%17.65%-
HSV(B)340.26º91.57%32.55%-
XYZ3.92.11.57-
YUV32.57127.68163.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 7 (3.12% from 255) = 5.74%
BLUE value IS 32 (12.89% from 255) = 26.23%
R=68.03%
G=5.74%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8373200.920.610.67340.2684.4417.65
Hex5372005C3D431545412
Octal12374001347510352412422
Binary1010011111100000010111001111011000011101010100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530720; }

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

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

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

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

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

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

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

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