#530713

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

Shades of Bordeaux #530713

Tints of Bordeaux #530713

Color information

#530713 (or 0x530713) is unknown color: approx Bordeaux. HEX triplet: 53, 07 and 13. RGB value is (83,7,19). Sum of RGB (Red+Green+Blue) = 83+7+19=109 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.15% from 109); Green value is 7 (3.12% from 255 or 6.42% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 83 - color contains mainly: red. Hex color #530713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530713 is #ACF8EC. Grayscale: #1F1F1F. Windows color (decimal): -11335917 or 1247059. OLE color: 1247059.

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

Color convert

RGB83719-
CMYK00.920.770.67
HSL350.53º84.44%17.65%-
HSV(B)350.53º91.57%32.55%-
XYZ3.762.040.81-
YUV31.09121.18165.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 76.15%
GREEN value IS 7 (3.12% from 255) = 6.42%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=76.15%
G=6.42%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371900.920.770.67350.5384.4417.65
Hex5371305C4D4315f5412
Octal123723013411510353712422
Binary1010011111100110101110010011011000011101011111101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530713; }

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

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

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

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

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

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

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

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