#530013

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

Shades of Bordeaux #530013

Tints of Bordeaux #530013

Color information

#530013 (or 0x530013) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 13. RGB value is (83,0,19). Sum of RGB (Red+Green+Blue) = 83+0+19=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530013 is #ACFFEC. Grayscale: #1A1A1A. Windows color (decimal): -11337709 or 1245267. OLE color: 1245267.

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

Color convert

RGB83019-
CMYK010.770.67
HSL346.27º100%16.27%-
HSV(B)346.27º100%32.55%-
XYZ3.681.890.79-
YUV26.98123.5167.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=81.37%
G=0%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83019010.770.67346.2710016.27
Hex530130644D4315a6410
Octal123023014411510353214420
Binary10100110100110110010010011011000011101011010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530013; }

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

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

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

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

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

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

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

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