#530011

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

Shades of Bordeaux #530011

Tints of Bordeaux #530011

Color information

#530011 (or 0x530011) is unknown color: approx Bordeaux. HEX triplet: 53, 00 and 11. RGB value is (83,0,17). Sum of RGB (Red+Green+Blue) = 83+0+17=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530011 is #ACFFEE. Grayscale: #1A1A1A. Windows color (decimal): -11337711 or 1114195. OLE color: 1114195.

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

Color convert

RGB83017-
CMYK010.800.67
HSL347.71º100%16.27%-
HSV(B)347.71º100%32.55%-
XYZ3.671.880.7-
YUV26.76122.5168.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 17 (7.03% from 255) = 17%
R=83%
G=0%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83017010.800.67347.7110016.27
Hex53011064504315c6410
Octal123021014412010353414420
Binary10100110100010110010010100001000011101011100110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530011; }

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

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

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

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

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

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

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

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