#530014

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

Shades of Bordeaux #530014

Tints of Bordeaux #530014

Color information

#530014 (or 0x530014) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 14. RGB value is (83,0,20). Sum of RGB (Red+Green+Blue) = 83+0+20=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530014 is #ACFFEB. Grayscale: #1B1B1B. Windows color (decimal): -11337708 or 1310803. OLE color: 1310803.

HSL color Cylindrical-coordinate representation of color #530014: hue angle of 345.54º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530014 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB83020-
CMYK010.760.67
HSL345.54º100%16.27%-
HSV(B)345.54º100%32.55%-
XYZ3.691.890.83-
YUV27.1124167.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=80.58%
G=0%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83020010.760.67345.5410016.27
Hex530140644C4315a6410
Octal123024014411410353214420
Binary10100110101000110010010011001000011101011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530014; }

 p { color: rgb(83,0,20); }

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

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

 a { background-color: rgb(83,0,20); }

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

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

 span { border-color: rgb(83,0,20); }

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