#530311

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

Shades of Bordeaux #530311

Tints of Bordeaux #530311

Color information

#530311 (or 0x530311) is unknown color: approx Bordeaux. HEX triplet: 53, 03 and 11. RGB value is (83,3,17). Sum of RGB (Red+Green+Blue) = 83+3+17=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530311 is #ACFCEE. Grayscale: #1C1C1C. Windows color (decimal): -11336943 or 1114963. OLE color: 1114963.

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

Color convert

RGB83317-
CMYK00.960.800.67
HSL349.5º93.02%16.86%-
HSV(B)349.5º96.39%32.55%-
XYZ3.71.940.71-
YUV28.52121.5166.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=80.58%
G=2.91%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8331700.960.800.67349.593.0216.86
Hex53311060504315e5d11
Octal123321014012010353613521
Binary101001111100010110000010100001000011101011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530311; }

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

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

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

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

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

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

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

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