#530620

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

Shades of Bordeaux #530620

Tints of Bordeaux #530620

Color information

#530620 (or 0x530620) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 20. RGB value is (83,6,32). Sum of RGB (Red+Green+Blue) = 83+6+32=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #530620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530620 is #ACF9DF. Grayscale: #1F1F1F. Windows color (decimal): -11336160 or 2098771. OLE color: 2098771.

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

Color convert

RGB83632-
CMYK00.930.610.67
HSL339.74º86.52%17.45%-
HSV(B)339.74º92.77%32.55%-
XYZ3.892.071.56-
YUV31.99128.01164.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=68.60%
G=4.96%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8363200.930.610.67339.7486.5217.45
Hex5362005D3D431545711
Octal12364001357510352412721
Binary1010011110100000010111011111011000011101010100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530620; }

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

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

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

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

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

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

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

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