#530513

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

Shades of Bordeaux #530513

Tints of Bordeaux #530513

Color information

#530513 (or 0x530513) is unknown color: approx Bordeaux. HEX triplet: 53, 05 and 13. RGB value is (83,5,19). Sum of RGB (Red+Green+Blue) = 83+5+19=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 19 (7.81% from 255 or 17.76% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530513 is #ACFAEC. Grayscale: #1D1D1D. Windows color (decimal): -11336429 or 1246547. OLE color: 1246547.

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

Color convert

RGB83519-
CMYK00.940.770.67
HSL349.23º88.64%17.25%-
HSV(B)349.23º93.98%32.55%-
XYZ3.741.990.8-
YUV29.92121.84165.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 19 (7.81% from 255) = 17.76%
R=77.57%
G=4.67%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351900.940.770.67349.2388.6417.25
Hex5351305E4D4315d5911
Octal123523013611510353513121
Binary1010011101100110101111010011011000011101011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530513; }

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

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

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

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

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

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

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

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