#530410

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

Shades of Bordeaux #530410

Tints of Bordeaux #530410

Color information

#530410 (or 0x530410) is unknown color: approx Bordeaux. HEX triplet: 53, 04 and 10. RGB value is (83,4,16). Sum of RGB (Red+Green+Blue) = 83+4+16=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530410 is #ACFBEF. Grayscale: #1D1D1D. Windows color (decimal): -11336688 or 1049683. OLE color: 1049683.

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

Color convert

RGB83416-
CMYK00.950.810.67
HSL350.89º90.8%17.06%-
HSV(B)350.89º95.18%32.55%-
XYZ3.71.960.67-
YUV28.99120.67166.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 4 (1.95% from 255) = 3.88%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=80.58%
G=3.88%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341600.950.810.67350.8990.817.06
Hex5341005F514315f5b11
Octal123420013712110353713321
Binary1010011100100000101111110100011000011101011111101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530410; }

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

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

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

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

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

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

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

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