#530411

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

Shades of Bordeaux #530411

Tints of Bordeaux #530411

Color information

#530411 (or 0x530411) is unknown color: approx Bordeaux. HEX triplet: 53, 04 and 11. RGB value is (83,4,17). Sum of RGB (Red+Green+Blue) = 83+4+17=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530411 is #ACFBEE. Grayscale: #1D1D1D. Windows color (decimal): -11336687 or 1115219. OLE color: 1115219.

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

Color convert

RGB83417-
CMYK00.950.800.67
HSL350.13º90.8%17.06%-
HSV(B)350.13º95.18%32.55%-
XYZ3.711.970.71-
YUV29.1121.17166.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 4 (1.95% from 255) = 3.85%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=79.81%
G=3.85%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341700.950.800.67350.1390.817.06
Hex5341105F504315e5b11
Octal123421013712010353613321
Binary1010011100100010101111110100001000011101011110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530411; }

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

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

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

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

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

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

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

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