#530611

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

Shades of Bordeaux #530611

Tints of Bordeaux #530611

Color information

#530611 (or 0x530611) is unknown color: approx Bordeaux. HEX triplet: 53, 06 and 11. RGB value is (83,6,17). Sum of RGB (Red+Green+Blue) = 83+6+17=106 (14% of max value = 765). Red value is 83 (32.81% from 255 or 78.30% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 83 - color contains mainly: red. Hex color #530611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530611 is #ACF9EE. Grayscale: #1E1E1E. Windows color (decimal): -11336175 or 1115731. OLE color: 1115731.

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

Color convert

RGB83617-
CMYK00.930.800.67
HSL351.43º86.52%17.45%-
HSV(B)351.43º92.77%32.55%-
XYZ3.732.010.72-
YUV30.28120.51165.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 78.30%
GREEN value IS 6 (2.73% from 255) = 5.66%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=78.30%
G=5.66%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8361700.930.800.67351.4386.5217.45
Hex5361105D504315f5711
Octal123621013512010353712721
Binary1010011110100010101110110100001000011101011111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530611; }

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

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

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

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

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

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

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

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